Event handler for |
document , Image , Link , Textarea
|
Implemented in | Navigator 4.0 |
Syntax
onKeyDown="handlerText"
Parameters
| JavaScript code or a call to a JavaScript function. |
Description
A KeyDown
event always occurs before a KeyPress
event. If onKeyDown
returns false, no KeyPress
events occur. This prevents KeyPress
events occurring due to the user holding down a key.
See also
onKeyPress
, onKeyUp
For general information on event handlers, see "General Information about Events".
For information about the event
object, see event
.
Last Updated: 10/31/97 16:34:02