|
Subject:
|
Login page back to original page
|
|
Posted By:
|
pablohoney
|
Post Date:
|
10/2/2006 4:52:12 PM
|
Hi I have asp page that sprompt the user to go back to a login page if they have not authenticated through the login page. Once at the login page is there a way to have it so that when they enter the correct username and password that they go back to the page they were orignally on?
Let me know Thanks -Paul
|
|
Reply By:
|
adam_kahtava
|
Reply Date:
|
10/3/2006 7:09:37 PM
|
Use Response.Redirect, eg: Response.Redirect("YourPageNameHere.asp")
Here's a tutorial that may be of interest: Simple ASP Authentication System: http://www.kamath.com/tutorials/tut003_auth.asp
- Adam Kahtava [http://adam.kahtava.com]
|