<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script type="text/javascript"language="javascript">
var time=60;
function daojishi(){
time--;
setTimeout("daojishi();",1000);
document.getElementById("t1").value=time;
}
</script>
</head>
<body onload="daojishi();">
<input type="text"id="t1">
</body>
</html>
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script type="text/javascript"language="javascript">
var time=60;
function daojishi(){
time--;
setTimeout("daojishi();",1000);
document.getElementById("t1").value=time;
}
</script>
</head>
<body onload="daojishi();">
<input type="text"id="t1">
</body>
</html>