|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
hi there
i have a log in page where the user has to log in to view any other files. when the user logs in i've set the default to view the view.asp page. however i realized that if the user was on the add.asp page and the seesion times out.. when the user relogs in again.. he would be brought to the view.asp page. is there a solution to this? thanks in advance ![]() |
|
#2
|
|||
|
|||
|
you're trying to send them to the page they were just on? You can use javascript to send them to the previous page... but i'm not sure that will work... i would think so...
|
|
#3
|
|||
|
|||
|
this javascript coding may help, I use it in asp pages and have no problem.
<a href="#" onClick="history.go(-1)">Back</a> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > redirecting the user after login |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|