%
IF "letmein" = Request("password") THEN
Response.Write ""
Session("csb_authenticated") = true
END IF
IF Session("csb_authenticated") <> true THEN
%>
Enter Password
Password Protected Page! |
| You must enter a valid password to view this page. |
|
|
|
|
<%
Response.End
ELSE
Response.Write ""
%>
Jeff1
<%
END IF
%>