You are here: Reference > JavaScript > client-side > event handling > methods > enableExternalCapture (window)

enableExternalCapture method (window)

Browser support:
3
Allows event capturing for documents that are located in different domains.
The support for the captureEvents, releaseEvents, enableExternalCapture and disableExternalCapture methods has been removed in Firefox 3.
To disable event capturing for documents that are located in different domains, use the disableExternalCapture method. Both methods require the UniversalBrowserWrite privilege.

Syntax:

object.enableExternalCapture ( );
You can find the related objects in the Supported by objects section below.

Return value:

This method has no return value.

Supported by objects:

Related pages:

User Contributed Comments

Post Content

Post Content