<%
Seven_OverTime=10 Rem 超时自动退出的时间,单位是分钟
%>
<script>
var JumpUrl = "",JumpTimer = 10;
var TimerCount = 0,Timer,IsStopJump = false;
var TimerOut = <%=Seven_OverTime*60%>;
function $(_sId){return document.getElementById(_sId);}
function SetAutoJumpUrl(timers,url){JumpTimer = timers;JumpUrl = url;Timer = setTimeout("AutoJumpUrl()",1100);}
function AutoJumpUrl(){
if(IsStopJump) return;
if(TimerCount<(JumpTimer-1)){
TimerCount ++;
$('CountDown').innerText = JumpTimer-TimerCount;
setTimeout("AutoJumpUrl()",1100);
}else {
document.location.href = JumpUrl;
}
}
function HandJump(){
if(IsStopJump == false){
IsStopJump = true;
$('DoStop').innerText="y";
$('DoStop').title="恢复倒计时";
}else{
IsStopJump = false;
$('DoStop').innerText="x";
$('DoStop').title="停止倒计时";
AutoJumpUrl();
}
}
</script>
<body onmousemove="TimerCount=0;" onmouseover="TimerCount=0;" onkeydown="TimerCount=0;" onclick="TimerCount=0;" onmouseout="TimerCount=0;" onFocus="TimerCount=0;">
<font id="DoStop" face="Wingdings" onclick="HandJump();" style="cursor:hand;" title="停止倒计时">x</font>
<span id="CountDown"><script>document.write (TimerOut);</script></span>秒后自动退出
<script>SetAutoJumpUrl(TimerOut,"http://www.7di.net");</script>
</body>
www_7di_net
- 粉丝: 328
- 资源: 109
最新资源
- 毕设和企业适用springboot区块链技术类及在线药品管理平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链技术类及在线票务管理平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链技术类及自动化测试平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链交易平台类及IT资产管理平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及家庭健康管理平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链交易平台类及公寓管理系统源码+论文+视频.zip
- 毕设和企业适用springboot区块链交易平台类及个性化推荐系统源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及跨境物流平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及企业培训平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及企业资源规划平台源码+论文+视频.zip
- 毕设和企业适用springboot区块链交易平台类及健康数据分析系统源码+论文+视频.zip
- 毕设和企业适用springboot商城类及在线平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及视频监控平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及社交电商平台源码+论文+视频.zip
- 毕设和企业适用springboot汽车电商类及网络游戏交易平台源码+论文+视频.zip
- 毕设和企业适用springboot商城类及运动赛事管理平台源码+论文+视频.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
- 1
- 2
- 3
前往页