Test System countdown

Source: Internet
Author: User

<HTML>

<Head>
</Head>

<Body>
<Input type = "text" name = "MSS" id = "MSS"/>

<Form action = "">
<Input type = "text" value = "name" name = "name"/>

</Form>

<Body>
</Html>

<SCRIPT type = "text/JavaScript">
Window. onload = function (){

Daojishi ();
}

VaR counttime = 60*90; // converts 90 minutes to the total number of seconds

Function daojishi (){
If (counttime> = 0 ){
VaR seconds = counttime % 60; // obtain the remaining seconds 89% 60 = 29 seconds
VaR min = math. Floor (counttime/60); // minute
If (min> = 60 ){
VaR hour = math. Floor (min/60 );

Min = math. Floor (counttime-hour * 60*60)/60 );

Document. getelementbyid ("MSS"). value = hour + "Hour" + min + "Minute"
+ Seconds + "seconds ";
} Else if (MIS> = 1 ){
Document. getelementbyid ("MSS"). value = min + "Minute" + seconds
+ "Seconds ";
} Else {
Document. getelementbyid ("MSS"). value = seconds + "seconds ";
}

Counttime --;
Vartt = Window. setTimeout ("daojishi ()", 1000 );
} Else {
Window. cleartimeout (vartt );
Window. Confirm ("the examination time is over. Click Submit ");
Tijiao ();

}

}

Function tijiao (){
Document. Forms [0]. Submit ();
}
// -->
</SCRIPT>

Related Article

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.