AW: How to disable Backspace Button in the Keyboard

2001-06-01 Thread Alexander Hörnlein
: Whenever the user presses backspace key in the keyboard the : browser goes to : the previous page, which crashes our site when the user tries to save its : contents once again or he loses data which have been typed. : : I think its remedy is to disable backspace button by JavaScript, but how :

Re: How to disable Backspace Button in the Keyboard

2001-06-01 Thread Endre Stølsvik
On Thu, 31 May 2001, Mike Haberman wrote: | | Whenever the user presses backspace key in the keyboard the browser goes to | the previous page, which crashes our site when the user tries to save its | contents once again or he loses data which have been typed. | | I think its remedy is to

How to disable Backspace Button in the Keyboard

2001-05-31 Thread Sujith
Whenever the user presses backspace key in the keyboard the browser goes to the previous page, which crashes our site when the user tries to save its contents once again or he loses data which have been typed. I think its remedy is to disable backspace button by JavaScript, but how should I do

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Mike Haberman
Whenever the user presses backspace key in the keyboard the browser goes to the previous page, which crashes our site when the user tries to save its contents once again or he loses data which have been typed. I think its remedy is to disable backspace button by JavaScript, but how

RE: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Stephen Oakes
Whenever the user presses backspace key in the keyboard the browser goes to the previous page, which crashes our site when the user tries to save its The remedy is to fix your site. Even if you could capture the key stroke events, ignoring the backspace is not the solution. This

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Alin Simionoiu
] Sent: Thursday, May 31, 2001 9:55 PM Subject: RE: How to disable Backspace Button in the Keyboard Whenever the user presses backspace key in the keyboard the browser goes to the previous page, which crashes our site when the user tries to save its The remedy is to fix your site

RE: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Stephen Oakes
I think you can overwrite the document.back call from browser. So, if somebody want to go back using backspace or right-click Go back it will call you're function wich basicaly is not doing anything. Right? Possibly. In general though, I wouldn't want to use an application which

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Alin Simionoiu
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 10:11 PM Subject: RE: How to disable Backspace Button in the Keyboard I think you can overwrite the document.back call from browser. So, if somebody want to go back using backspace or right-click Go back it will call you're

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Milt Epstein
PROTECTED] Sent: Thursday, May 31, 2001 10:11 PM Subject: RE: How to disable Backspace Button in the Keyboard I think you can overwrite the document.back call from browser. So, if somebody want to go back using backspace or right-click Go back it will call you're function wich