|
|
 |
asp problem...Help!
date posted 12th January 2001 15:12
Hi all,
I am doing a security check (user name and password). I can get it to
redirect if both are true, however does anyone know what to put if both are
true and therefore redirect them to the protected area?
here's the script I have at present. It works for the
BOF redirection but not the if correct redirection.
If Recordset1.BOF Then
Response.Redirect "failedsecurity.asp"
Else
Response.Redirect "index1.htm"
End If
any help would be much appreciated
cheers
Rob
|
 |
|