超级败家子系统洪大力:global.asa用法

来源:百度文库 编辑:高考问答 时间:2024/04/29 01:53:54
global.asa中:
Sub Session_OnStart
startPage = "/default.asp"
currentPage = Request.ServerVariables("SCRIPT_NAME")

if strcomp(currentPage,startPage,1) then
Response.Redirect(startPage)
end if
End Sub
--------------
运行后不能改变我访问的地址,没有跳转到default.asp中,哪个前辈指点一下。

default.asp,你可以把它改为index.asp