<%@ language=VBScript %> <% 'declare variables used on this page Dim strAccessPoint, strPath, strLogon, strWarning ' Set the Access Point for this page strAccessPoint = "301" 'Set the path where security scripts reside strPath = "/cgi-bin/Security/" 'Check to see if person has logged in. 'If not send him to Logon.asp If Not IsObject(Session("Access")) Then Session("Response") = "Please log in" Session("Path") = Request.ServerVariables("URL") strLogon = strPath & "Logon.asp" Response.Redirect strLogon End If 'Check to see if person has this Access Point 'If not send him to SecurityWarning.asp If Session("Access")(strAccessPoint) <> strAccessPoint Then If Session("Access")("admin") <> "admin" Then strWarning = strPath & "SecurityWarning.asp" Response.Redirect strWarning End If End If %> GOSPEL OF MATTHEW <body> <p>This page uses frames, but your browser doesn't support them.</p> <hr> <p><b>URL: </b>/Matthew/Narrative1-1.asp<br> <b>Username: </b>fair<br> <b>Password: </b>moiraj<br> <b>Submit: </b>SUBMIT<br> </p> <!--webbot bot="FormInsertHere" DESCR="The FrontPage FormInsertHere Component indicates the point in an HTML file where you want a default, Registration, or Discussion Component to insert new results." --> </body>