如何在網(wǎng)站中插播廣告?
如何在網(wǎng)站中插播廣告?
首先,我們要寫一個adrot.txt以調(diào)用:
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
然后,在要顯示廣告條的頁面里添加下列源代碼,調(diào)用adrot.txt:
<%Set MyAd=Server.CreateObject("MSWC.AdRotator")%>
<%=MyAd.GetAdverTisement("adrot.txt") %>
[1]
相關文章

如何防止未經(jīng)注冊的用戶繞過注冊界面直接進入應用系統(tǒng)?