服务导航
企业概况     李墨菲博客
百度推广、谷歌推广、SEO优化
域名注册、服务器 VPS租用
网站服务流程    业务渠道代理
网站建设价格表
搜索引擎竞价排名服务
800元企业网站制作特价套餐
搜索引擎免费登录口
咨询QQ:2196677
售后QQ:82090889
为什么要选择八桂网讯?
8年品牌网站建设经验积累,网站成功客户超2200家!
在为您提供服务的任何一个环节,我们都拥有自己的核心团队,保障售后服务的可控性。
由程序编程师、平面美工设计师形成的专业后盾组合,从asp、asp.net、php到java的知识结构互补,使得八桂网讯能够满足客户的功能需求和二次开发整合。
全面的成熟团队为能为您提供一流的平面设计和网站管理后台。
当前位置:网站首页 新闻资讯showModelessDialog弹出窗口代码,弹出广告代码源码
showModelessDialog弹出窗口代码,弹出广告代码源码
编辑:八桂网讯    时间:2009/6/5    浏览:1671

代码名称:showModelessDialog弹出窗口代码,弹出窗口源码

代码特点:只兼容ie浏览器,可防止window.open弹出屏蔽

通用使用方法:将下面的代码复制到对应的广告位置,更改广告内容即可(具体细节请看代码里的说明)

HBcms系统使用方法:将下面代码复制到首页的某个自定义标记里(建议复制到默认的index_bottom_part标记里),更改广告内容,更新首页即可

showModelessDialog弹出窗口代码广告源码/代码:

<script language="javascript">
// 要弹出的网址
var hbcms_exitURL="http://www.baguidadi.net/";

// 多长时间弹出一次(单位:小时)
// 如果要6分钟弹出一次,可设置为0.1
// 如果要每次访问都弹出,可设置为0
var hbcms_exp_hour=24;

// 弹出窗口宽度
var hbcms_pop_w = 750;

// 弹出窗口高度
var hbcms_pop_h = 600;

function setCookie(name, value, expire) {  
  window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
}

function getCookie(Name) {  
   var search = Name + "=";
   if (window.document.cookie.length > 0) { // if there are any cookies
     offset = window.document.cookie.indexOf(search);
     if (offset != -1) { // if cookie exists
       offset += search.length;          // set index of beginning of value
       end = window.document.cookie.indexOf(";", offset)          // set index of end of cookie value
       if (end == -1)
         end = window.document.cookie.length;
       return unescape(window.document.cookie.substring(offset, end));
     }
   }
   return null;
}

//本代码由八桂网讯(http://www.baguidadi.net/)整理修改

function register(name) {
  var today = new Date();
  var expires = new Date();
  expires.setTime(today.getTime() + 1000*60*60*hbcms_exp_hour);
  setCookie("hbcms_pop_c", name, expires);
}

 


function openWin() {

  var c = getCookie("hbcms_pop_c");
  if (c != null) {
    return;
  }
  register("redoo");
  var featureStr="";
  featureStr="scroll:1;status:1;help:1;resizable:1;dialogWidth:"+hbcms_pop_w+"px; dialogHeight:"+hbcms_pop_h+"px;dialogLeft:0;dialogTop:0;toolbar=yes, menubar=yes, resizable=yes,location=yes,status=yes";
  //featureStr="height=760, width=800, top=0, left=0, toolbar=yes, menubar=yes,resizable=yes,location=yes,status=yes";
  self.focus();
  //var ExitWindow = window.open(exitURL,"redoo", featureStr);
  var ExitWindow = window.showModelessDialog(hbcms_exitURL,"redoo", featureStr);
  ExitWindow.focus(); 
}

openWin();
window.focus()
</script>

八桂网讯 爱伦文化 深圳外语培训 招商加盟 迪优目录 广西旅游365 八桂大地 建站导航网 南宁创意雕塑 双成纸管
八桂网讯-高端网站建设专家
Copyright © 2004- 八桂网讯网络技术有限公司 Baguidadi Inc. All Rights Reserved.