Disable back button.
-
Hi For my website .. i want to disable user from using back button of the browser. Web site is in asp.net
Vikram I Code...
history.forward();
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
history.forward();
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Hi For my website .. i want to disable user from using back button of the browser. Web site is in asp.net
Vikram I Code...
Vikram..... wrote:
For my website .. i want to disable user from using back button of the browser.
For my browser... i want the back button to always work. :| What you want is sketchy at best - yes, there are certain hacks that can kinda do what you want, but there's no promise that they'll work on all browsers or for all users, and unless you are very careful can actually make things worse in situations where your real goal is to prevent multiple posts or equiv. Design your system so that it is tolerant of the user using their browser.