Enter a specific character to download

Source: Internet
Author: User
Enter a specific character to download. when you click download, a dialog box is displayed. enter the password and the password is correct to download the file. if the password is incorrect, the file cannot be downloaded. Below is a test of mine, however, the effect is not & lt; html & gt; & lt; head & gt; & lt;/head & gt; & lt; body & gt; & lt; scri can be downloaded only when a specific character is entered.
When you click download, a dialog box is displayed. enter the password and the password is correct to download the file. if the password is incorrect, the file cannot be downloaded. The following is a test of mine, but the result is not met.



Script
Function _ add ()
{Var a = prompt ("enter the password for verification :","");
If (a = "mima "){
Alert ("Your input is correct! ");
}
Else
{
Alert ("Your input is incorrect! ");
}
}

Script
Download



The pop-up window is downloaded no matter whether the input is correct or not. If an error is returned after onclick, the pop-up window cannot be downloaded no matter whether the input is correct or not, or share the effect in another way:
------ Solution --------------------



Script
Function _ add ()
{Var a = prompt ("enter the password for verification :","");
If (a = "mima "){
Alert ("Your input is correct! ");
}
Else
{
Alert ("Your input is incorrect! ");
Return false;
}
}

Script
Return _ add () "> Download


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.