Discussion: the buttons in webcontrol have both onclientclick and onclick events to verify the control effectiveness.

Source: Internet
Author: User
Recently, when performing form verification, the form contains three Textbox, one of which is a verification control that is not empty for verification in webcotrol, and the other two use JS verification, the last is a webcotrol button. We all know that it has an onclientclick event and an onclick event. Therefore, onclientclick verifies the server event executed by the client and the onclick event, but there is a problem, if both of them are usedCodeBut webcontrol verifies the effectiveness of the control. I don't know what's going on! If you know or do not know anything, please share the following comments and discuss them here!
The Code executed by onclientclick is as follows:

Function Checkform ()
{
If(Document. getelementbyid ("Txtname"). Value="" ){
Alert ("Not null" );
Return False ;
}
Return True ;
}

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.