码迷,mamicode.com
首页 > 其他好文 > 详细

显示定时的警告框

时间:2014-11-25 14:00:31      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:io   ar   java   for   on   cti   html   ad   as   

<html>
<head>
<script type="text/javascript">
function timedMsg()
{
var t=setTimeout("alert(‘5 秒!‘)",1000)
}
</script>
</head>

<body>
<form>
<input type="button" value="显示定时的警告框" onClick = "timedMsg()">
</form>
<p>请点击上面的按钮。警告框会在 1 秒后显示。</p>
</body>

</html>

显示定时的警告框

标签:io   ar   java   for   on   cti   html   ad   as   

原文地址:http://www.cnblogs.com/richstorm/p/4120656.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!