View Single Post
Join Date: Sep 2007
Posts: 1
Reputation: rbeasley is an unknown quantity at this point 
Solved Threads: 0
rbeasley rbeasley is offline Offline
Newbie Poster

Re: How to disable Back button of IE when executing welcome.aspx page?

 
0
  #10
Sep 9th, 2007
Originally Posted by tgreer View Post
There is no way to disable the back button reliably. Every method, short of writing your own browser, can be easily disabled. This question has been asked millions of times, for years and years. The "back" button is integral to how browsers work, and is firmly a part of the user interface and the collective "user expectation". Trying to fight it is usually a sign of poor understanding of the web, a flawed application model , and/or bad design!

Users will press the "back" button. They will be irritated if it doesn't work. They will often simply close the browser completely if your application doesn't behave as they expect.
*****

I am sometimes amazed at the arrogance of some software developers who think that, of the 6+ billion people on the earth, no one could possible have a need to disable the back button. We just are stupid and don't understand the problem. Well, he's wrong. Hint: Just help people with their questions and don't be a smart @.
Reply With Quote