Control users multiple clicks on Ajax

Source: Internet
Author: User

After the user clicks OK, in order to prevent the user to click repeatedly, should add a click event when the user clicks. Click to trigger

1, the foreground aspx page HTML, need to refer to the JS file in the head pageajax.js


<script src= ". /js/pageajax.js "type=" Text/javascript "></script>
<body>
<input type= "text" id= "Inputyear"/>
<class= "Btn_a" ID= "Confirm" onclick= ' Controlconfirm (This) ' value= ' OK> ok </a>
</body>

2, front desk js file pageajax.js

function controlconfirm (obj) {if($ (obj). html () = ="Determine") {//hide after clicking to prevent continuous clicks$ (obj). attr ("style","Visibility:hidden"); //determine whether to fill in        if(Isnullempty ($ ("#inputyear "). Val () )) {//if it is not empty, does not operate, and if NULL prompts and displays the OK button.         }        Else{alert ("Please enter the financial year!!! "); $ (obj). attr ("style","visibility:visible"); return; }
       /* IF (Submithtml.indexof ("background-color:red") > 0) {            alert ("Don't SAVE!!!!! ");            $ (obj). attr ("style", "visibility:visible");            return;*/
      }

Control users multiple clicks on Ajax

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.