|
Function keys are not recognized for the keypress event, only the keydown event. Also, since they often cause other things to happen, you need to return false in order to stop the event from propagating (and thereby invoking whatever feature the browser would normally invoke for that function key). This, unfortunately, is the part that Netscape seems to have a problem with. Joe > -----Original Message----- > From: David Morris > > Joe, > > Thanks for clarifying the areas that present challenges. On the > function key part, > I was able to identify the key pressed by registering an event > handler for the > document and pulling out the key pressed attributes but I > couldn't find a way > to make it work for function keys, only regular keys, <ctrl>, > <alt>, and shift.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.