vote.html

来自「网吧游戏比赛投票系统,可以进行一些游戏比赛的投票统计.」· HTML 代码 · 共 42 行

HTML
42
字号
<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 + =
减小字号Ctrl + -
显示快捷键?