%@ LANGUAGE = VBScript %> <% Option Explicit %> <% Dim strReferer strReferer = Request.ServerVariables ("HTTP_REFERER") If (Right(strReferer, 9) <> "index.asp") then Response.Redirect("index.asp") Else End if %>