kwilliams29
Programmer
I have read posts about replacing history, but I am still confused.
I have a starting page LOGIN.htm
After the user successfully logs in on LOGIN.htm, they are taken to LAUNCH.asp
Using meta-equiv Refresh, after a set number of seconds, the user is taken to SessionOver.htm which I have set to location.replace to LOGIN.htm.
However, after the LOGIN.htm loads, I can still use my back button to get to LAUNCH.asp.
What I want to have happen is this:
1. Login using LOGIN.htm
2. LAUNCH.asp displays for XX seconds
3. User is taken to SessionOver.htm. If they click on the "Login" button on the page, they go to LOGIN.htm If they use the browser's BACK button, they are taken to LOGIN.htm.
3. User is returned to LOGIN.htm (and previously submitted login values are cleared from fields)
4. User trying to back or forward cannot hit LAUNCH.asp and cannot get back to LOGIN.htm with entered login values.
I'm certain there is a way to do this, but I don't know what it is.
Thanks for any help.
I have a starting page LOGIN.htm
After the user successfully logs in on LOGIN.htm, they are taken to LAUNCH.asp
Using meta-equiv Refresh, after a set number of seconds, the user is taken to SessionOver.htm which I have set to location.replace to LOGIN.htm.
However, after the LOGIN.htm loads, I can still use my back button to get to LAUNCH.asp.
What I want to have happen is this:
1. Login using LOGIN.htm
2. LAUNCH.asp displays for XX seconds
3. User is taken to SessionOver.htm. If they click on the "Login" button on the page, they go to LOGIN.htm If they use the browser's BACK button, they are taken to LOGIN.htm.
3. User is returned to LOGIN.htm (and previously submitted login values are cleared from fields)
4. User trying to back or forward cannot hit LAUNCH.asp and cannot get back to LOGIN.htm with entered login values.
I'm certain there is a way to do this, but I don't know what it is.
Thanks for any help.