IFrameElement.innerText Property
SharePoint Designer Developer Reference |
Sets or returns a String that represents the text between the start and end tags of an IFRAME element without any associated HTML.
Syntax
expression.innerText
expression Required. A variable that represents an IFrameElement object.
Remarks
See also the innerHTML, outerText, and outerHTML properties.
See Also