[PHP] Re: Disabling Browser BACK button

2002-08-01 Thread lallous
see: http://lgwm.org/trap.htm try to use the same mechanism. Elias Petre [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... HI Is there a way I can disable the client's browser back button, forcing them to use the navigation I built into the page? Ideally, when

[PHP] Re: Disabling Browser BACK button

2002-07-31 Thread Tony Harrison
If you write your own browser, who would use it? And without a back button - nobody Petre [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... HI Is there a way I can disable the client's browser back button, forcing them to use the navigation I built into the page?

[PHP] Re: Disabling Browser BACK button

2002-07-31 Thread Aaron Ott
Petre, why not use javascripts window.open something like this link to open your app a href=# onClick=window.open('http://yourapp.com','yourappname','toolbar=no'); return false;link to your app/a. this would open a new window without the back and forward buttons. Petre [EMAIL PROTECTED]

[PHP] Re: Disabling the Back Button?

2002-03-30 Thread Hugh Bothwell
You're asking the wrong question. 'Disabling the back button' changes the expected behaviour of the browser and as such is an *EVIL* thing to do, roughly on par with driving the wrong way down one-way streets or spray-painting your neighbor's cat. What you want is to 'prevent the user from