P
Pierre
Hi all,
I have a page wich check a password
if good i want to load a page as in:
If ComparePassword(Request("UID"),Request("PWD")) Then
' If comparison was good, store the user name...
Session("UID") = Request("UID")
Response.redirect "/logon/found.asp"
End If
But it is not working, i still have the logon screen.
how can i call a page within asp code
regards,
pierre
I have a page wich check a password
if good i want to load a page as in:
If ComparePassword(Request("UID"),Request("PWD")) Then
' If comparison was good, store the user name...
Session("UID") = Request("UID")
Response.redirect "/logon/found.asp"
End If
But it is not working, i still have the logon screen.
how can i call a page within asp code
regards,
pierre