注册 登录
编程论坛 ASP技术论坛

asp 广告问题

话真尘 发布于 2010-05-23 19:53, 543 次点击
这个是txt文本

redirect 轮显页面.asp
width 400
height 300
border 1
*
123/1.jpeg
http://www.
 wedsite
 2
123/4.gif
htp://www.baidu.com
 work hard

这是页面

</head>
<%
url=Request.QueryString("url")
If url<>"" then Response.Redirect(url)
%>

<body>

<%
dim ad
 set ad=server.createobject("mswc.adrotator")
 ad.border=1
 ad.clickable=true
 ad.Targetframe="target='NEW'"
 response.write (ad.GetAdvertisement("adfile.txt"))
 %>
</body>
</html>

为什么不能显示图片啊?图片,文件在同一个文件夹里面。
0 回复
1