对联广告 – Citk.Net
if(!showad){return;}
if (window.screen.width
alert("临时提示:\n\n显示器分辨率宽度小于"+MinScreenW+",不显示广告");
showad = false;
document.getElementById("Javascript.LeftDiv").style.display="none";
document.getElementById("Javascript.RightDiv").style.display="none";
return;
}
var Borderpx = ((window.screen.width-PageWidth)/2-AdDivW)/2;
document.getElementById("Javascript.LeftDiv").style.display="";
document.getElementById("Javascript.LeftDiv").style.top=document.body.scrollTop+Toppx;
document.getElementById("Javascript.LeftDiv").style.left=document.body.scrollLeft+Borderpx;
document.getElementById("Javascript.RightDiv").style.display="";
document.getElementById("Javascript.RightDiv").style.top=document.body.scrollTop+Toppx;
document.getElementById("Javascript.RightDiv").style.left=document.body.scrollLeft+document.body.clientWidth-
document.getElementById("Javascript.RightDiv").offsetWidth-Borderpx;
}
function hidead()
{
showad = false;
document.getElementById("Javascript.LeftDiv").style.display="none";
document.getElementById("Javascript.RightDiv").style.display="none";
}
window.οnscrοll=scall;
window.οnresize=scall;
window.οnlοad=scall;
//-->
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/226696.html原文链接:https://javaforall.net
赞 (0)![]()
javascript制作对联广告
javascript制作对联广告对联广告 Citk Net nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp family 黑体 页面区域 nbsp nbsp nbsp nbsp nbsp varshowad true varToppx 60 nbsp nbsp 上端位置 varAdDivW 100 nbsp 宽度 varAdDivH 360 nbsp 高度 varPageWidth 8
