Share via


MarqueeElement.innerText Property

SharePoint Designer Developer Reference

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

Syntax

expression.innerText

expression   Required. A variable that represents a MarqueeElement object.

Remarks

See also the innerHTML, outerText, and outerHTML properties.

See Also