📄 vote.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网吧广告系统</title>
</head><script LANGUAGE="javascript">
function openwin() {
window.open ("indexvote.htm", "newwindow", "height=290, width=297, toolbar =no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")
}
</script>
</head>
<body onload="openwin()">
<body>
</body><!--此特效来源来互联网,由 木头哥哥 收集整理-->
<!--定时自动关闭窗口代码-->
<body>
<div id=msg></div>
</body>
<script language="javascript">
<!--
function clock(){
document.title="本窗口将在"+i+"秒后关闭!";
document.getElementById('msg').innerHTML="本窗口将在"+i+"秒后关闭";
if(i==0){
clearTimeout(st);
window.opener=null;
window.close();}
i = i -1;
st = setTimeout("clock()",10);
}
var i=10
clock();
//-->
</script>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -