N
ns21
How can the browser back button be disabled If the form is submitting
information to other pages or submitting to itself or using
redirections.
I tried the tweaks like history.forward(1) in each page to prevent user
to navigate back but its not very effective.
The server side scripting is done using ASP.
you may ask that why at first place I want to disable the browser back
button, this is due to the following issue
http://groups.google.co.in/group/aspnet/browse_thread/thread/77a38b4635b32b88
In absence of response from responsible MVPs, I decided to provide a
back button in the application that use redirection mechanisms but
since user always has back button on browser, it makes the application
error-prone.
Thanks,
information to other pages or submitting to itself or using
redirections.
I tried the tweaks like history.forward(1) in each page to prevent user
to navigate back but its not very effective.
The server side scripting is done using ASP.
you may ask that why at first place I want to disable the browser back
button, this is due to the following issue
http://groups.google.co.in/group/aspnet/browse_thread/thread/77a38b4635b32b88
In absence of response from responsible MVPs, I decided to provide a
back button in the application that use redirection mechanisms but
since user always has back button on browser, it makes the application
error-prone.
Thanks,