Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

ContentWindow Syntax and Note

Note: Read-only property.  Returns a reference to the window object for a <frame> or <iframe> element.      Syntax:      document.getElementById("elementID").contentWindow document.all.elementID.contentWindow // IE only