![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| JavaScript JavaScript are you needing help with functions in your script, free help is offered here for all JavaScript problems so if you have an JavaScript error in your code just ask. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I need to use some function keys as speed-keys (instead of clicking a button with the mouse.) Using this code doesn't display any codes for the function keys: <html><body> <SCRIPT LANGUAGE="JavaScript"> document.onkeypress = Check_key; function Check_key() { whichKey = String.fromCharCode(event.keyCode).toLowerCase(); alert(whichKey); } </SCRIPT> </body></html> How can I capture the pressing of the function keys? Don W. | |||
| Featured Websites | ||||
|
![]() |
| Tags: function, hotkeys, keys, page, using, web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do I remove multiple keys from array? | Barton | PHP | 0 | 07-01-2007 3:11 PM |
| examples of INNODB & foreign keys | matt | Database | 3 | 05-31-2007 8:42 PM |
| Keys into keys in template flexy | Jandro brozaman | Pear | 1 | 05-20-2007 6:34 PM |
| Featured Websites | ||||
|