• 2820阅读
  • 0回复

同一IP只弹出一次窗口的特效代码[网页特效] [复制链接]

上一主题 下一主题
离线cai
 

只看楼主 倒序阅读 0楼 发表于: 2005-08-05
<!-- 把下列代码加到BODY中 -->
<body>
<script>
  var cookieString = new String(document.cookie)
  var cookieHeader = 'happy_pop' //更换happy_pop为任意名称
  var beginPosition = cookieString.indexOf(cookieHeader)
  if (beginPosition <0){
window.open('http://www.jiucai.org,'','top=0,left=0,width=787,height=480,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
var Then = new Date()    
   Then .setTime(Then.getTime() + 12*60*60*1000 ) //同一ip设置过期时间,即多长间隔跳出一次
   document.cookie = 'happy_pop=yes;expires='+ Then.toGMTString()  //更换happy_pop和第4行一样的名称
    }//more javascript from http://www.webjx.com
</script>
</body>
grant all privileges on *.* to 'a'@'localhost' identified by 'a' with grant option;flush privileges;
快速回复
限100 字节
 
上一个 下一个