Share via


IFrameElement.innerHTML Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the text and HTML elements between the start and end tags of an IFRAME element.

Syntax

expression.innerHTML

expression   Required. A variable that represents an IFrameElement object.

Remarks

See also the innerText, outerText, and outerHTML properties.

See Also