Usher 发表于 2011-7-4 19:27:38

ASP关于死循环具体实例

<%
Main.Init(DataPath)
Dim tUrl: tUrl= Request.ServerVariables("SERVER_NAME")
if(tUrl="xiumr.com" or tUrl="www.xiumr.com" or tUrl="hz11.idcs.com.cn")then
        response.Redirect("http://www.xiumr.com/")
        response.End()
end if
%>
请大家以此为戒!
页: [1]
查看完整版本: ASP关于死循环具体实例