| Author |
Disable browser backward button
|
Deepanshu Saxena
Greenhorn
Joined: May 10, 2012
Posts: 5
|
|
When the user logout it goes to the login page. I want to disable the browser back button. How can i do ?
|
 |
Wendy Gibbons
Bartender
Joined: Oct 21, 2008
Posts: 1098
|
|
When i was reading head first jsp and servlets, they had a big chapter on "it's not your browser", basically the idea is it isn't your applications browser to fiddle with things.
So for example if you disable the back button, the user changes tabs to another web page, yet their back button is still disabled.
The point is even if you can YOU SHOULDN'T do it.
but I am forwarding you to the jsp forum.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56172
|
|
|
InterfaceDesignersRule1
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
J. Kevin Robbins
Ranch Hand
Joined: Dec 16, 2010
Posts: 380
|
|
If you do this, you should be covered in honey and staked out on an anthill. Few things are more infuriating than a web page that won't let you leave.
Don't mess with the browser!
|
"I have a mind like a steel... uh... thingy."
|
 |
 |
|
|
subject: Disable browser backward button
|
|
|