Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

给大家一个弹窗代码希望大家也帮我一个忙

[复制链接]
叶海燕 发表于 2008-9-28 09:33:26 | 显示全部楼层 |阅读模式
这个是一个二十四小时只弹一次的弹窗代码,用来在论坛宣传cuhome。

代码加在广告设置——页尾广告

代码内容:

<script language="JavaScript">
<!--

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.hongchen2006.com/uchome/index.php";

function openWin() {
var c = getCookie("SexMovie");
if (c != null) {
    return;
}
register("9free");

var featureStr="''";

featureStr="'top=0,left=0,width=600,height=400,toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes,center:yes'";

self.focus();

var ExitWindow = window.open(exitURL,'', featureStr);
    //ExitWindow.focus();
}

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



请将网址部份,换成你想弹的页页。


另外,我想请大家帮忙,是请在家帮忙教我怎么调用个人空间,到论坛首页,我按照论坛上给的方法都试过了,头像是导出来了,可链接地址打不开。

有什么绝对好的方法吗?随便调空间,调日志都行,谢谢。

弹窗效果见我的网址地址:

http://www.hongchen2006.com/bbs
winter2005 发表于 2008-9-28 09:36:49 | 显示全部楼层
弹窗个毛啊
现在的浏览器大多都有禁止弹窗的功能
回复

使用道具 举报

 楼主| 叶海燕 发表于 2008-9-28 09:41:18 | 显示全部楼层
那我没有别的可以贡献了。(::58::)
回复

使用道具 举报

5636 发表于 2008-9-28 10:08:35 | 显示全部楼层
楼主的论坛好精彩
回复

使用道具 举报

369wz 发表于 2008-9-28 10:36:10 | 显示全部楼层
确实很精彩,你们头像也很提神啊。
回复

使用道具 举报

 楼主| 叶海燕 发表于 2008-9-28 10:40:35 | 显示全部楼层
你们都有这个调用了吗?我的人气主要在论坛,如果论坛跟空间脱节,空间就死了。
回复

使用道具 举报

样样两元 发表于 2011-10-12 14:00:31 | 显示全部楼层
很好、、弹了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-21 15:22 , Processed in 0.770058 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表