TOC PREV NEXT INDEX

domref



stopPropagation


Prevents further propagation of the current event.

Syntax

event.stopPropagation()
 

Parameters

None.

Example

e.stopPropagation();
 

Notes

See Example 5: Event Propagation in the Examples chapter for a more detailed example of this method and event propagation in the DOM.

Specification

stopPropagation
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX