Window.disableExternalCapture() (Method)

Part of the Netscape Navigator 4 event propagation complex.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:undefined
JavaScript syntax:NdisableExternalCapture()
NmyWindow.disableExternalCapture()

This method allows you to inhibit the receipt of events from other window objects that might have been loaded from a server other than the one that provided the script it is called from. You need higher than normal privilege to execute this method. However this method itself is quote harmless, the one that really requires the security interlocking is the window.enableExternalCapture() method.

Warnings:

See also:Frame object, UniversalBrowserWrite, Window object, Window.enableExternalCapture()