Solution #2
On the click on the members only button let it go to the normal login page, but so this kind of check before.
All this will be placed at the top of the file after any includes, but before any html
Response.Buffer = true
strName = Response.Cookies(strUniqueID & "User")("Name")
strPass = Response.Cookies(strUniqueID & "User")("Pword")
if strName <> "" and strPass <> "" then
Response.Redirect "MembersMenuPage.asp"
end if
Insert the rest of your code here
Lemme know if that works...It's kinda off the top of my head and I haven't had enough Diet Coke this morning to wake up yet.
http://www.ugfl.net/forums
Edited by - big9erfan on 19 June 2001 12:59:09