[Javascript] Q on events

Walter Torres walter at torres.ws
Tue Oct 7 00:46:22 CDT 2003


I have these event handlers defined...

   objFormEle.onkeypress = setBar;
   objFormEle.onkeydown  = setBar;
   objFormEle.onkeyup    = setBar;

Whenever that event happens in that Form Element, that method is fired.

All well and good, but anyone have any idea why BACKSPACE does not fire off
any of these events?

Walter





More information about the Javascript mailing list