PDA

View Full Version : Locking Function keys(F1 thro' F12)


Shabina
06-25-2002, 06:42 PM
In javascript how to lock function keys (F1 thro F12) for the user not to refresh the browser or any function keys is there any ASCII code as for other keyboard keys to acess.

Pls help

jkd
06-25-2002, 10:00 PM
I don't believe you can disable the Function keys - they operate on a higher level than the reach of the webpage.

Even if keydown/keyup/keypress events are fired when pressing them, I doubt you can actually cancel their action.