[thelist] Q on events

jsWalter jsWalter at torres.ws
Tue Oct 7 00:47:02 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 thelist mailing list