% if session("loggedin")<>"true" then if request("password")="password" then session("loggedin")="true" response.redirect request("destination") else if len(request("password"))>0 then response.write "Invalid password." end if end if %> Please enter the password to continue...
<% end if %>