首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

关于GetAdvertisement的有关问题

2012-02-06 
求助关于GetAdvertisement的问题下面是我写的可就是没有图片显示出来不知道是为什么htmlheadtitle

求助关于GetAdvertisement的问题
下面是我写的可就是没有图片显示出来不知道是为什么
<html>
<head> <title> 欢迎进入我的站点 </title> </head>
<body>
<center> <h2> 欢迎进入我的站点 </h2> </center>
<hr>
<%
set   ad=server.createobject( "MSWC.AdRotator ")
%>
<%=ad.GetAdvertisement( "ad.txt ")%>
</body>
</html>

redirect   \ad_redir.asp
width   200
height   100
border   5
*
\pic\01.gif
http://www.263.com
首都在线
30
\pic\02.gif
http://www.sina.com
中国新浪
40
\pic\03.gif
http://www.sohu.com
搜狐
30

ad_redir.asp
<%
response.appendtolog(request.querystring( "url "))
response.redirect(request.querystring( "URL "))
%>

[解决办法]


redirect ad_redir.asp
width 200
height 100
border 5
*
pic/01.gif
http://www.263.com
首都在线
30
pic/02.gif
http://www.sina.com
中国新浪
40
pic/03.gif
http://www.sohu.com
搜狐
30

热点排行