'onHelp' Example : onHelp « Event onMethod « JavaScript DHTML






'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