|
Joe, That is a really useful trick. I had used something similar with the arrow keys to scroll through an array, but never thought about combining that with function keys. Thanks, David Morris >>> joepluta@PlutaBrothers.com 09/26/01 08:08PM >>> 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
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.