编程10000问

关注公众号 jb51net

关闭
首页 > 网络编程 > 编程10000问 >

如何在网站中插播广告?

作者:

如何在网站中插播广告?

如何在网站中插播广告?

首先,我们要写一个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]

阅读全文