Possible Duplicate:
Disabling Back button on the browser
I want to disable the back button of the user's browser (across all browsers) as I have disabled it in my Application.
Possible Duplicate:
Disabling Back button on the browser
I want to disable the back button of the user's browser (across all browsers) as I have disabled it in my Application.
You cannot control the browser UI buttons. It would have security issues if you could play around with the Browser UI, so nothing along these lines are possible.
What do you mean you have disabled the back button? Instead of taking this away from the user, why not work with it?
You can't. The user should have control of his or her own history.
You can open links in a new window if they have a particular purpose. If you really wanted you could have a javascript popup to confirm before navigating away from the page.