'onHelp' Example : onHelp « Event Handlers Reference « JavaScript Reference

'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>

    
      
      








Related examples in the same category

1.'onHelp' Syntax and Note
2.'onHelp' Properties
3.'onHelp' is applied to