| Event handler for | Button,document,Link | 
| Implemented in | Navigator 4.0 | 
 
 Syntax
onMouseDown="handlerText"
 Parameters
|  | JavaScript code or a call to a JavaScript function. | 
 Description
If 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. 
 See also
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