darkfilz303
11-12-2005, 01:14 AM
Ok...the problem to this may be simple...but I can't seem to figure it out so well...I want it so that when a user types the correct password the user is redirected to a secret page...the only thing is the secret page is on another frame...so can I make it so that the user types the correct password then the other frame changes and not frame with the password entry box?
Heres the code
<%
If Request.Form("pswd") = "the password" then
Response.Redirect "secret_page.asp"
End If%>
Heres the code
<%
If Request.Form("pswd") = "the password" then
Response.Redirect "secret_page.asp"
End If%>