|
[ol] 0 or InStr(sURL,"`")0 or InStr(sURL,"'")0 or InStr(sURL," ")0 or InStr(sURL," ")0 or InStr(sURL,"'")0 or InStr(sURL,chr(34))0 or InStr(sURL,"")0 or InStr(sURL,",")0 or InStr(sURL,"0 or InStr(sURL,">")0 then Response.Status= "404 no found"Response.End end iffirst_name=split(sURL,".")if ubound(first_name)>2 then Response.Status= "404 no found"Response.End end ifuser=first_name(0)seldomain=first_name(1)&"."&first_name(2)if user="reg" then Response.Redirect "http://xxx.cn/reg/index.asp" '这里的这个指向是你给这个程序设置的域名的路径geturl=Falsemsg=Application("domain_info")msg=split(msg,"|")for i=lbound(msg) to ubound(msg)-1 step 5if msg(i)=seldomain thengeturl=Truead=msg(i+1)height=msg(i+2)width=msg(i+3)adurl=msg(i+4)exit forend if[/ol]复制代码访问提示:
Microsoft VBScript 运行时错误 错误 '800a0009'
下标越界: '[number: 2]'
/index.asp,行 41
什么问题呢?球高手解答。。。 |
|