HTML | DOM IFrame contentWindow Property
The IFrame contentWindow Property in HTML DOM is used to return the Window object generated by an iframe element. It can be used in the host window to access the document object that belongs to a frame or iframe element.Syntax: iframeObject.contentWindowReturn Value: It returns reference Window obje