<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<meta http-equiv="Content-type" content="text/html;charset=gb2312" />
<head>
<title>No.Javascript倒计时演示</title>
</head>
<!-- 经常看到注册会员时,接受协议所用到的效果 -->
<BODY>
<textarea name="content" readonly>fsdf</textarea>
<input type="button" id="agree" value="请认真查看<服务条款和声明> (10)" onclick="location.href='xxxx.asp'">
</BODY>
</HTML>
<script type="text/javascript">
var settime=10;
var i;
var showthis;
document.all.agree.disabled=true;
for(i=1;i<=settime;i++) {
setTimeout("update("+i+")",i*1000);
}
function update(num) {
if(num==settime) {
document.all.agree.value="我同意";
document.all.agree.disabled=false;
}
else {
showthis=settime-num;
document.all.agree.value="请认真查看<服务条款和声明> ("+showthis+")";
}
}
</script>
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/
领测软件测试网最新更新
关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073