[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

[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 http://yourapp.com','yourappname','toolbar=no'); return false;">link to your app. this would open a new window without the back and forward buttons. "Petre" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

[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