站长资源网络编程
如何在网站中插播广告?
简介如何在网站中插播广告?首先,我们要写一个adrot.txt以调用:adrot.txtredirect width 550height 60border 0*images/chunfengad.gifhttp://www.shenzhaoyang.com欢迎访问闪亮日子之精彩春风!50' 显示百分比i
如何在网站中插播广告?
首先,我们要写一个adrot.txt以调用:
adrot.txt
redirect
width 550
height 60
border 0
*
images/chunfengad.gif
http://www.shenzhaoyang.com
欢迎访问闪亮日子之精彩春风!
50
' 显示百分比
images/intelsad.gif
http://www.intels.net
欢迎访问随风起舞!
50
然后,在要显示广告条的页面里添加下列源代码,调用adrot.txt:
<%Set MyAd=Server.CreateObject("MSWC.AdRotator")%>
<%=MyAd.GetAdverTisement("adrot.txt") %>
[1]
上一篇:如何拒绝同一张表单被多次提交?
下一篇:如何制作一个Web日程安排表?