</head>
<body>
<form runat="server">
<div>
延迟器的使用:</div>
<div>
<label title="延迟秒数:"></label>
<input type="text" value="3" />
<input type="button" value="开始延迟" />
<input type="button" value="终止延迟" />
<input type="button" value="普通弹窗" />
</div>
<br />
<div>
定时器的使用:</div>
<div>
<div>0</div>
<label title="定时间隔秒数:"></label>
<input type="text" value="1" />
<input type="button" value="启动定时" />
<input type="button" value="终止定时" />
<input type="button" value="继续定时" />
<label title="延迟秒数:"></label>
<input type="text" value="5" />
<input type="button" value="延迟定时" />
</div>
</form>
</body>
</html>
您可能感兴趣的文章: