源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

站长必须要知道的javascript广告代码 <font color="red">原创</font>

  • 时间:2021-06-27 16:04 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:站长必须要知道的javascript广告代码 <font color="red">原创</font>
参考了sina的代码,想出来的一个代码,请大家使用,不要传播,转载请注明:来自编程素材网 <!-- //时间计算 var showit=false; var today=new Date(); var urlpath; function testdate() { urlpath='http://www.scripthome.net/bbs';showit=true if(today.getHours()>='10' && today.getHours()<'12') {     urlpath='http://www.1sucai.cn';showit=true } } testdate(); var MSIE=navigator.userAgent.indexOf("MSIE"); var OPER=navigator.userAgent.indexOf("Opera"); if(showit==true) {     if (document.all && MSIE!=-1 && OPER==-1) {      // this is a 4.x browser, no?  function changediv(){     document.getElementById('hiddenLayer').style.display = "block";     document.getElementById('interstitialFrame').src = urlpath;     setTimeout("hidediv()",5000) } function hidediv(){     document.getElementById('hiddenLayer').style.display="none";     SYtag=2; } function showfull(){     setTimeout("changediv()",2000);  } showfull(); }} if(showit==true) {     if (document.all && MSIE!=-1 && OPER==-1) {      // this is a 4.x browser, no?          document.write('<DIV ID="hiddenLayer" style="display: none; height: 0">');         expandableIframe = '<IFRAME id="interstitialframe" width=0 HEIGHT=0 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0></IFRAME>';         document.write(expandableIframe); } document.write('</div>'); } // -->
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部