JavaScript DHTML/Event onMethod/onHelp
Версия от 10:02, 26 мая 2010; (обсуждение)
"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>