Element.releaseCapture() (Method)

Part of the event handling mechanism in MSIE.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyElement.releaseCapture()

If event capture was established with the setCapture() method, this relinquishes such event capturing.

See also:Element.setCapture()