Contents Index Topic Contents |
onmousedown, onmouseup Events
Sent when the scriptlet forwards an
onmousedown
oronmouseup
event.Applies To
Scriptlet container object
Visual Basic Syntax
ScriptContainer_onmousedown()
ScriptContainer_onmouseup()
JavaScript Syntax
< SCRIPT LANGUAGE="JavaScript"
FOR=ScriptContainer
EVENT= onmousedown()>< SCRIPT LANGUAGE="JavaScript"
FOR=ScriptContainer
EVENT= onmouseup()>Remarks
The scriptlet container object receives this event if both of these conditions are true:
- The scriptlet contains a handler for the onmousedown or onmouseup event.
- The scriptlet's handler calls the bubbleEvent method to pass the event to the host application.
You can get information about the state of the event by querying the scriptlet object container's event property.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.