Event handler for |
Button , document , Link
|
Implemented in | Navigator 4.0 |
onMouseUp="handlerText"
| JavaScript code or a call to a JavaScript function. |
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. 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