找回密码
 注册
广告投放 虚位以待【阿里云】2核2G云新老同享 99元/年,续费同价做网站就用糖果主机-sugarhosts.comJtti.com-新加坡服务器,美国服务器,香港服务器
查看: 1401|回复: 16

谁有跳出来的广告代码吗

[复制链接]
发表于 2006 年 10 月 31 日 14:12:11 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
谁有跳出来的广告代码吗。在线等.谢谢
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
发表于 2006 年 10 月 31 日 14:15:58 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
貌似偶有。。。。。。。。。去给你找下
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2006 年 10 月 31 日 14:16:37 | 显示全部楼层
有专门做弹窗的程序。。。。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2006 年 10 月 31 日 14:18:38 | 显示全部楼层
帮帮找啊.谢谢了
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2006 年 10 月 31 日 14:24:27 | 显示全部楼层
偶发过一个帖子在论坛。。
你搜下吧。。我BLOG里没那代码了
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2006 年 10 月 31 日 14:34:51 | 显示全部楼层
找不到啊。那里有啊.为什么我就找不到呢
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2006 年 10 月 31 日 14:43:12 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
不搜能找到么
  1. function setCookie(name, value, expire) {   
  2.   window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
  3. }

  4. function getCookie(Name) {   
  5.    var search = Name + "=";
  6.    if (window.document.cookie.length > 0) { // if there are any cookies
  7.      offset = window.document.cookie.indexOf(search);
  8.          if (offset != -1) { // if cookie exists
  9.        offset += search.length;          // set index of beginning of value
  10.            end = window.document.cookie.indexOf(";", offset)          // set index of end of cookie value
  11.            if (end == -1)
  12.              end = window.document.cookie.length;
  13.            return unescape(window.document.cookie.substring(offset, end));
  14.      }
  15.    }
  16.    return null;
  17. }

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


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

  25. function openWin() {

  26.   var c = getCookie("SexMovie");
  27.   if (c != null) {
  28.     return;
  29.   }
  30.   register("9free");
  31.   
  32.   var featureStr="''";
  33.   
  34.     featureStr="'top=0,left=0,width=800,height=600,toolbar=yes, menubar=no, scrollbars=no, resizable=no, location=no, status=no,center:no'";

  35.          
  36.   self.focus();
  37.   
  38.   var ExitWindow = window.open(exitURL);
  39.   
  40.     ExitWindow.focus();
  41.   
  42. }

  43. openWin();
  44. window.focus()
复制代码
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2006 年 10 月 31 日 15:00:47 | 显示全部楼层
原帖由 waitme 于 2006-10-31 14:43 发表
不搜能找到么
function setCookie(name, value, expire) {   
  window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.t ...



非常感谢你
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2006 年 10 月 31 日 15:08:46 | 显示全部楼层
网民们不喜欢弹窗啊
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2006 年 10 月 31 日 16:22:21 | 显示全部楼层
  1. <STYLE>BODY {
  2. FONT-FAMILY: arial,sans-serif
  3. }
  4. </STYLE>
  5. <SCRIPT language=javascript>
  6. window.showModelessDialog("http://bbs.jgfree.net","jgwy","center:no;dialogLeft:5px;dialogTop:5px;scroll:1;status:1;help:1;resizable:1;dialogWidth:320px;dialogHeight:100px")
  7. </SCRIPT>

复制代码


演示:
http://jgwy.net/map.htm

在:dialogWidth:320px;dialogHeight:100px
可以修改弹窗的大小
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2025 年 2 月 4 日 21:51 , Processed in 0.034430 second(s), 21 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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