<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>
A directory of ASP.NET tutorials,ASP.NET Codebook, applications, scripts, assemblies and articles for the novice to professional developer
<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>
1 comment:
Nice
Post a Comment