Re: Disable Backspace Key using Firefox

2005-03-08 Thread Mike Robinson
Hyrum, This is not really a struts issue and should be addressed to another, mor appropriate mailing list. But that being said, here's a potential solution that uses javascript. The code below is for trapping a carriage return but could be adapted for any keystroke. function checkCR(evt) {

Disable Backspace Key using Firefox

2005-03-08 Thread Hyrum
I need to disable the backspace key. I am using a Firefox Browser, and can find very little information about how to do this. I've searched all over the web, but it's mostly info about IE or Netscape. I'm getting mixed signals. Some say it can't be done. Others say they've done it, but either

Disable Backspace Key using Firefox

2005-03-08 Thread Hyrum
I need to disable the backspace key. I am using a Firefox Browser, and can find very little information about how to do this. I've searched all over the web, but it's mostly info about IE or Netscape. I'm getting mixed signals. Some say it can't be done. Others say they've done it, but either