⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 大型广告.htm

📁 较为详细的介绍了asp自定义的各种函数,方便asp的各种开发.
💻 HTM
字号:
<body>
<script type="text/javascript">
<!--
divWidth=document.body.clientWidth;
divHeight=document.body.clientHeight;
document.write("<div id='ad' style='position:absolute;width:"+divWidth+";height:"+divHeight+";top:0;left:0'>");
document.write("<table width='100%' height='"+divHeight+"' bgcolor=blue><tr><td>");
4444444
document.write("</td></tr></table>");
document.write("</div>");
var timer;
function exit()
{
    if(document.all.ad.style.pixelTop>-divHeight)
    {
      document.all.ad.style.pixelTop-=20;
      timer=setTimeout("exit()",50);
    }
    else
    {
        clearTimeout(timer);
    }
}
timer=setTimeout("exit()",500);
-->
</script>
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -