前辈们帮我指点一下这个轮子翻广告哪里错了。我全部是照书上做的
一、adort.txt:
redirect adredir.asp
width=468
height=60
border=1
*
image/banner1.gif
www.sina.com.cn新浪
20
image/banner2.gif
www.sohu.com搜狐
20
image/banner3.gif
www.yahoo.com.cn雅虎
20
image/banner4.gif
www.fm365.com联想
20
image/banner5.gif
www.5dmedia.com5D多媒体
20
二、adredir.asp
<%
response.redirect request.querystring("url")
%>
三、main.asp
<% set ad=server.createobject("mswc.adrotator")
ad.border=0
ad.clickable=true
%>
<% =ad.getadvertisement("adort.txt")%>
错误显示在main.asp的最后一句,说是找不到adort.txt文件,不知道是哪里错了,帮帮忙,谢谢!