复制代码 代码如下:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>60刷新本页</title>
<script type="text/javascript">
var t;
t=60;
function shua()
{
t=t-1;
document.getElementById("hints").innerHTML="离下次刷新时间还有 "+t+" 秒";
if (t==0)
{
document.location.reload();
}
}
</script>
</head>
<body onload="window.setInterval(shua,1000);">
<center>
<font id="hints" style="color:blue" >离下次刷新时间还有60秒</font><br/>
<center>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>60刷新本页</title>
<script type="text/javascript">
var t;
t=60;
function shua()
{
t=t-1;
document.getElementById("hints").innerHTML="离下次刷新时间还有 "+t+" 秒";
if (t==0)
{
document.location.reload();
}
}
</script>
</head>
<body onload="window.setInterval(shua,1000);">
<center>
<font id="hints" style="color:blue" >离下次刷新时间还有60秒</font><br/>
<center>
</body>
</html>
标签:
倒记时,刷新网页
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“倒记时60刷新网页的js代码”评论...