<html>
<head>
</head>
<body>
<input type="text" name="mss" id="mss"/>
<form action="./index.html">
<input type="text" value="name" name="name"/>
</form>
<body>
</html>
<script type="text/javascript">
<!--
window.onload=function(){
daojishi();
}
var counttime=90*60;//總秒鐘
function daojishi(){
if(counttime>=0){
var ms = counttime%60;//余數(shù) 89%60==29秒
var mis = Math.floor(counttime/60);//分鐘
if(mis>=60){
var hour=Math.floor(mis/60);
mis=Math.floor((counttime-hour*60*60)/60);
document.getElementById("mss").value=hour+"小時(shí)"+mis+"分"+ms+"秒數(shù)";
}else if(mis>=1){
document.getElementById("mss").value=mis+"分"+ms+"秒數(shù)";
}else{
document.getElementById("mss").value=ms+"秒數(shù)";
}
counttime--;
vartt = window.setTimeout("daojishi()",1000);
}else{
window.clearTimeout(vartt);
window.confirm("考試時(shí)間結(jié)束,請(qǐng)單擊提交");
tijiao();
}
}
function tijiao(){
document.forms[0].submit();
}
//-->
</script>
還可以看看
其他文章,謝謝您的閱讀。
網(wǎng)站申明:系本文編輯轉(zhuǎn)載,來源于網(wǎng)絡(luò),目的在于傳遞更多信息,并不代表本網(wǎng)贊同其觀點(diǎn)和對(duì)其真實(shí)性負(fù)責(zé),所有權(quán)歸屬原作者。如內(nèi)容、圖片有任何版權(quán)問題,請(qǐng)
聯(lián)系我們刪除。