For POST-uploaded values, a piece of js code cannot be uploaded. you can simply remove it. how can this problem be solved?

Source: Internet
Author: User
For POST-uploaded values, if a piece of js code cannot be uploaded, you can add the js for verification login after removing the code, and then click submit to submit. the uname value and pwd value are empty, the uname value and pwd value can be obtained after the js code is removed. why? & Lt; script & nbsp; language = javascript & gt; & nbsp add a js code to pass the POST value. you can simply remove it.
Add the js for login verification, and click submit to submit. the uname value and pwd value are empty. remove the js code to obtain the uname value and pwd value. why?



Function formCheck (){
If (myform. uname. value = ""){
Alert ("the user name cannot be blank !! ");
Myform. uname. focus ();
Return false;
}
If (myform. pwd. value = ""){
Alert ("The password cannot be blank !!! ");
Myform. pwd. focus ();
Return false;
}

}

Script
 

------ Solution --------------------
If (myform. uname. value = ""){
Alert ("the user name cannot be blank !! ");
Myform. uname. focus ();
Return false;
}
If (myform. pwd. value = ""){
...
------ Solution --------------------
Equal to two equal signs

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.