| Author |
urgent! need onkeypress event handler workaround
|
Billy Kim
Greenhorn
Joined: Aug 13, 2002
Posts: 3
|
|
hi, i'm tied to working with Netscape 4.76 on Solaris 2.6. i'd like to be able to create my own hot-keys, or accelerator keys. for example, pressing Ctrl-W ANYWHERE IN THE WEB PAGE to talk to a java applet function embedded in the webpage. however, i've learned that keypress only works WITHIN text fields or a text area for Netscape 4.76 on Solaris 2.6. i've tried the suggestions i've found on newsgroups to just capture the event and then register the event. i suppose that this normally works, but not Netscape 4.76 on Solaris 2.6. this issue is a big one for my application. any help would be greatly appreciated! regards, billy
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
Take a look at this and see if it works, I am not sure if it will http://www10.brinkster.com/A1ien51/Scripts/KeyCode.htm Eric
|
 |
 |
|
|
subject: urgent! need onkeypress event handler workaround
|
|
|