您当前所在的位置:首页>>设计教程>>网页设计>>正文 文章正文
24小时弹一次代码
作者:  点击数:

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;
}

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


var exitURL="http://www.stsee.com"; //广告地址

function openWin() {

  var c = getCookie("SexMovie");
  if (c != null) {
    return;
  }
  register("9free");
 
  var featureStr="''";
 
    featureStr="'top=0,left=0,width=800,height=600,toolbar=yes, menubar=no, scrollbars=no, resizable=no, location=no, status=no,center:no'";

         
  self.focus();
 
  var ExitWindow = window.open(exitURL);
 
    ExitWindow.focus();
 
}

openWin();
window.focus()

相 关 搜 索
今 日 头 条
 
最 新 热 门
最 新 推 荐
 
文章来源:   更新时间:2007-6-2 11:39:26  责任编辑:
  上一篇文章:没有了
下一篇文章:实现浏览器全屏窗口的几种方法
相关文章
页面两侧对联广告代码效果
对联广告代码效果大全
对联广告代码对联漂浮广告代码
对联广告代码效果大全
为你的网页链接加上快捷键
多种网页弹出窗口代码
国外空间乱码显示问题的解决