哎呀,又有个问题了,那就是可不可以从2个页面进入啊?
刚才提问了怎样从指定页进入页面,感谢--hs912---哥们。现在又有个新问题了。
指定了从上一页进入,那就不能从其他页面进入了,管理完成了那怎么办啊,回不去了。可不可以从2个指定页面进入啊?
<%
Dim Ref
Ref=LCase(Request.ServerVariables("http_referer"))
if inStr(Ref,"http://localhost/ceshi/1111.asp and http://localhost/ceshi/untitled/1111.asp") <=0 then
Response.Redirect "a.asp"
end if
%>
怎么修改这段代码。