| Event handler for | Button,document,Link | 
| Implemented in | Navigator 4.0 | 
 
 Syntax
onMouseUp="handlerText"
 Parameters
|  | JavaScript code or a call to a JavaScript function. | 
 Description
If onMouseUp returns false, the default action is canceled. For example, if onMouseUp returns false over an armed link, the link is not triggered. Also, if MouseUp occurs over an unarmed link (possibly due to onMouseDown returning false), the link is not triggered. 
 Note
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