Submit knob submit once plus 59 seconds countdown

Source: Internet
Author: User

After clicking the "Send Verification Code" button, the button appears as "Retry after 59 seconds", "Retry after 58 seconds" ... Revert to "Send verification code" until the countdown to 0 seconds is displayed. The button is disabled during the countdown

PS: When the countdown starts. To clear the timer. Do not click to speed up the number of seconds.

<!DOCTYPE HTML><HTMLLang= "en"><Head>    <MetaCharSet= "UTF-8">    <title>Document</title>    <Scripttype= "Text/javascript">window.onload= function () {            varSend=document.getElementById ('Send'), times=  -, Timer= NULL; Send.onclick= function () {                //Timing StartsTimer=SetInterval (function() { times--; if( times<= 0) {Send.value= 'Send Verification Code';                        Clearinterval (timer); Send.disabled= false; } Else{Send.value= Times+ 'seconds after retry'send.disabled= true; } Console.log (Times)}, +)            }        }    </Script></Head><Body><inputtype= "button"ID= "Send"value= "Send Verification Code"></Body></HTML>

Submit knob submit once plus 59 seconds countdown

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.