<% If Request.Cookies("MembersLogin") = "True" Then Response.Redirect "Main.asp" End If Call Header("Login","Members Only Login") %>
To enter the Members Only area, you must first enter the password.

Enter Password
 

Note: You must have cookies enabled for this validation to work.

A lot of people turn cookies off, but it is not really necessary.
If you use the browser cookie setting: "Enable cookies for the
originating website only" and set a term for the cookies to
expire, you will be fine.
<% Call Footer() %>