HTMLIFrameElement:The iframe Element

The iframe element is represented by the HTMLIFrameElement object. It implements the properties described in the following table.

NameDescriptionReturns
srcthe src attributestring
srcdocthe srcdoc attributestring
namethe name attributestring
sandboxthe sandox attributestring
seamlessthe seamless attributestring
widththe width attributestring
heightthe height attributestring
contentDocumentReturns the document objectDocument
contentWindowReturns the window objectWindow
Home 
  JavaScript Book 
    DOM