软件教程

勾选复选框并自动刷新当前页面的特效代码

来源: 本站    类别: 软件教程    日期: 2016/8/1

 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>阿里西西特效代码页</title>
<script language="JavaScript">
function gundong()
{
var cb1=document.getElementById("cb1")
if(cb1.checked){
t = setTimeout("self.location.reload();",2000);
alert("自动刷新");
}else{
clearTimeout(t);
alert("取消刷新");
}
}
</script>
</head>
<body onload="gundong()">
<input type="checkbox" id="cb1" name="c1" value="on" onclick="gundong()" title="自动滚动" checked>
内容
</body>
</html>

相关文章


Copyright © 2004 - 2024 CNHWW Inc. All Rights Reserved
石家庄市征红网络科技有限公司版权所有 邮政编码:050051
服务电话:0311-85315152 13931185013 在线客服QQ:81447932 / 81447933 邮箱: cnhww@163.com