Share via


FrameElement.outerHTML Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the HTML for a FRAME 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 a FrameElement object.

Remarks

See also the innerHTML, innerText, and outerText properties.

See Also