%@ EnableSessionState=False Language=VBScript %> <% Dim sErr If Request("USR") <> "" Then If Request("USR") = "marc" And Request("PWD") = "youth" Then Response.Cookies("AF") = "1" Response.Redirect "http://www.northwestnjredcross.org/youth/index.asp" Else sErr = "Invalid User Name or Password." End If End If %>
|
||||||||||