<html>
<head>
<title>廣告輪顯</title>
</head>
<body>
<center><h1>廣告輪顯</h1><hr width="50%" color="#cc9999"><p>
<%
set Ad=Server.CreateObject ("MSWC.AdRotator")
Response.Write objad.GetAdvertisement("ss.txt")
Set Ad=Nothing
%>
</center>
</body>
</html>
——————————————————ss.txt——————————————————————
Redirect ar.asp
width 113
height 113
border 1
*
../1/1.jpg
http://tech.ddvip.com
豆豆学园
30
../1/2.jpg
http://tech.ddvip.com
豆豆学园
30
../1/3.jpg
http://tech.ddvip.com
豆豆学园
40
——————————————————————AR.asp—————————————————————————
<%
URL=Request("URL")
Response.Redirect URL
%>
程序运行之后出现的问题如下:
错误类型:
Microsoft VBScript 编译器错误 (0x800A0408)
无效字符
/1.ASP, line 8
set Ad=Server.CreateObject ("MSWC.AdRotator")
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
请问各位大虾,这是怎么回事,请指教。