HTMLIFrameElement.contentWindow

The contentWindow property returns the Window object of an <iframe> element. You can use this Window object to access the iframe's document and its internal DOM. This attribute is read-only, but its properties can be manipulated like the global Window object.

Document Tags and Contributors

 Contributors to this page: Tigt, eharris, teoli, liferunsoncode
 Last updated by: Tigt,