JavaScript DHTML/Event onMethod/onHelp
"onHelp" Example
<html>
<body>
<body onHelp="alert("The user is looking for help")">
This event fires when the user presses the F1 key.
</body>
</html>
<html>
<body>
<body onHelp="alert("The user is looking for help")">
This event fires when the user presses the F1 key.
</body>
</html>