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

disableExternalCapture method (window)

Browser support:
3
Disables 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 allow event capturing for documents that are located in different domains, use the enableExternalCapture method. Both methods require the UniversalBrowserWrite privilege.

Syntax:

object.disableExternalCapture ( );
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