找回密码
 注册
搜索
免费空间 免费域名 免费AI 老牌主机商首月仅1美分!27美元/年!Spaceship优惠码 Namecheap优惠码阿里云2核2G3M新老续费同享99元/年!
查看: 184|回复: 6

[建站交流] 让一个广告位随机显示N个广告

[复制链接]
发表于 2009-5-14 13:00:16 | 显示全部楼层 |阅读模式
一个广告位只显示一个广告是不是太枯燥了??比如说你生成文章后,每篇文章都显示同一个广告,是不是很不爽??我



为各位站长献上一个刷新一次变一次的广告代码



效果演示 左侧200*200的广告效果 http://www.sunfzl.com/fzl/yule/rizhi/info-485.html

首先将下面的代码保存为一个名字比如 artleft.js 代码如下

tips = new Array(4);
tips[0] = "/adfile/1.htm";
tips[1] = "/adfile/2.htm";
tips[2] = "/adfile/3.htm";
tips[3] = "/adfile/4.htm";
index = Math.floor(Math.random() * tips.length);
document.write("<iframe frameborder=0 src=" + tips[index] + " width=200 height=200 scrolling=no></iframe>");



再将广告放到1.2.3.4.这四个htm中 htm代码如下
<html>
<head>
<meta http-equiv="Content-Language" c>
<meta http-equiv="Content-Type" c>
<title>广告位</title>
<style type="text/css">
body { font-size: 12px; font-family: 宋体;margin: 0px;}
td { font-size: 12px; font-family: 宋体; line-height: 18px;}
a {color: #111111; text-decoration: none}
a:hover { color: #ff8c40; text-decoration: underline}
</style>
</head>
<body>

这里插入你的广告代码我测试google 脉动 成果联盟 的都可以

<br>
</body>
</html>
发表于 2009-5-14 13:34:02 | 显示全部楼层
那是不是赚了?
不如全部显示的为好
发表于 2009-5-14 13:56:44 | 显示全部楼层
:D 网页打不开
发表于 2009-5-14 15:27:10 | 显示全部楼层
~呵呵~
代码不错~
谢谢了~
发表于 2009-5-15 16:20:43 | 显示全部楼层
支持下
:lol
头像被屏蔽
发表于 2009-5-15 16:25:21 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2009-5-15 18:33:45 | 显示全部楼层
看看。。。没放广告。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|免费吧论坛

GMT+8, 2024-11-30 10:53 , Processed in 0.022364 second(s), 4 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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