Function keys [Fx]  
********************************************
Free JavaScript provided by ©2005-VB'Breizh
**Updated (02/16/2005)    
Compatibility :   

Function keys : [F1, F2, ..., F11, F12]
keycode : [112, 113, ..., 122, 123]
Windows-Associated function with the [Fx] keys :
    F1 key ...displays the most context-sensitive Help available based on the current context.
    F2 key ...not sure.
    F3 key ...displays the search box.
    F4 key ...opens the address bar.
    F5 key ...refreshes the active window
    F6 key ...set focus on the current url in the address bar.
    F8 key ...not sure.
    F11 key ...displays the page in full screen mode
Take care with the following : [F2, F8] not sure, test needed...
free keys : [F7, F9, F10, F12] you may associate your own function with these one.

Try [F7] onkeydown event   Try [F12] onkeydown event

...Copy the JavaScript source code below :


Comment, question ?