Click to See Complete Forum and Search --> : Keyboard Home Link


bren_gillatt
05-08-2003, 12:42 PM
Has Anyone got or can generate for me, a simple javascript code that links to a html page by pressing the 'home' button on a regular keyboard? I'm desperate!!!:confused:

Jona
05-08-2003, 12:52 PM
You have to use a hotkey like "h" or something. You can't use Home (I don't think that is possible).

Nevermore
05-08-2003, 02:32 PM
The keycode for the home key is 36. All you need is a function to detect it.

Jona
05-08-2003, 02:43 PM
Pardon my ignorance. :p I forgot that the "Home" key was keycoded differently than normal keys, so at first I figured it was impossible.

Nevermore
05-08-2003, 02:45 PM
IE doesn't treat it in the same way, either, so it is hard to call functions from it. Darn difficult, that's what it's being...