eo_CancelBubble Function

Cancel the current DOM event.

Syntax
JavaScript
 function eo_CancelBubble(e)

Parameters

e
The DOM event object.
Remarks

Use this function to explicitly cancel the current DOM event.

See Also