Sub Session_OnSart()
homePage="/index.asp"
visitPage=Request.ServerVariables("SCRIPT_NAME")
if not(strcomp(homePage,visitPage,vbTextCompare)=0) then
Response.redirect homePage
end if
end sub
homePage="/index.asp"
visitPage=Request.ServerVariables("SCRIPT_NAME")
if not(strcomp(homePage,visitPage,vbTextCompare)=0) then
Response.redirect homePage
end if
end sub