Event handler for |
Button , document , Link
|
Implemented in | Navigator 4.0 |
onMouseDown="handlerText"
| JavaScript code or a call to a JavaScript function. |
onMouseDown
returns false, the default action (entering drag mode, entering selection mode, or arming a link) is canceled.
Arming is caused by a MouseDown
over a link. When a link is armed it changes color to represent its new state.
For information about the event
object, see event
.
Last Updated: 10/31/97 16:34:02