自动关闭的层
摘要:adTime=5;chanceAd=1;varns=(document.layers);varie=(document.all);varw3...
adTime=5; chanceAd=1; var ns=(document.layers); var ie=(document.all); var w3=(document.getElementById && !ie); adCount=0; function initAd(){ if(!ns && !ie && !w3) return; if(ie) adDiv=eval('document.all.sponsorAdDiv.style'); else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]'); else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style'); randAd=Math.ceil(Math.random()*chanceAd); if (ie||w3) adDiv.visibility="visible"; else adDiv.visibility ="show"; if(randAd==1) showAd(); } function showAd(){ if(adCount
|
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
【自动关闭的层】相关文章:
★ 两边静止的广告条
上一篇:
如何遍历对象的属性?
下一篇:
prototype 的说明 js类