IFrameElement.outerHTML Property
SharePoint Designer Developer Reference |
Returns or sets a String that represents the HTML for an IFRAME element and all text and HTML that it contains, including the surrounding start and end tags.
Syntax
expression.outerHTML
expression Required. A variable that represents an IFrameElement object.
Remarks
See also the innerHTML, innerText, and outerText properties.
See Also