Share via


FrameElement.innerText Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the text between the start and end tags of a FRAME element without any associated HTML.

Syntax

expression.innerText

expression   Required. A variable that represents a FrameElement object.

Remarks

See also the innerHTML, outerText, and outerHTML properties.

See Also