<html> <head> <script> function ByPass() { var kCode = window.event.keyCode; if(kCode == 112) { alert('F1 Clicked'); // Alter Code As Your Wish } } </script> </head> <body onhelp="return false;" onkeydown="ByPass()"> </body> </html>
Wednesday, February 2, 2011
Trap F1 key in IE, ByPass Showing Help Window
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment