| "
response.write " The OOIA webpages require a password to access. Contact Lara or Stuart for more information or to apply for access. " response.write "" ' close header form first!! response.write "" if session("login")="trying" then response.write " Sorry, wrong password, please try again (it's case sensitive!)." end if response.write " |
Sorry, cannot read the required session values - "
response.write "Please ensure that Cookies are enabled!
Back to OOIA Home."
end if
if pword>"" and pword=session("pw") then
session("pw")=""
session("login")=""
session("Loggedin")="true"
response.redirect page
end if
%>