- //保持如phpzy.js
- function openpopup(){
- document.writeln("<script language=\'javascript\'> ;
- document.writeln("var sVarPopWin=true; ;
- document.writeln("function PlayJsAdPopWin() ;
- document.writeln("{ ;
- document.writeln("if( sVarPopWin ) ;
- document.writeln("{ ;
- document.writeln("popwin=window.open(\"http://5200898.taobao.com\",\"\; ;
- document.writeln("} ;
- document.writeln("} ;
- document.writeln("setTimeout(\"PlayJsAdPopWin()\", 3000 ); ;
- document.writeln("</script>;
- }
- function get_cookie(Name) {
- var search = Name + "="
- var returnvalue = "";
- if (document.cookie.length > 0) {
- offset = document.cookie.indexOf(search)
- if (offset != -1) { // if cookie exists
- offset += search.length
- // set index of beginning of value
- end = document.cookie.indexOf(";", offset);
- // set index of end of cookie value
- if (end == -1)
- end = document.cookie.length;
- returnvalue=unescape(document.cookie.substring(offset, end))
- }
- }
- return returnvalue;
- }
- function helpor_net(){
- if (get_cookie('popped')==''){
- openpopup()
- document.cookie="popped=yes"
- }
- }
- //helpor_net();每天弹一次
- var sVarPopWin=true;
- function PlayJsAdPopWin()
- {
- if( sVarPopWin )
- {
- popwin=window.open("http://5200898.taobao.com",";
- }
- }
- setTimeout("PlayJsAdPopWin()", 5000 ); //进入5秒后弹出
- //包含进去就可以了。
转载保留:http://www.phpzy.com/liulanqichuangkou/5615.html