innerTextinnerText*
*



Contents  *



Index  *Topic Contents
*Previous Topic: innerHTML
*Next Topic: isMap

innerText

Description

Sets or retrieves the text between the start and end tags of the current element.

Syntax

object.innerText[ = innerText]

Settings

This read-write property can be any valid string. When setting this property, the given string completely replaces the existing content of the element, except for <html>, <head>, and <title> tags.

Note You cannot set this property while the document is loading. Wait for the onload event before attempting to set it. If a tag is dynamically created using TextRange, innerHTML, or outerHTML, you can only use JScript to create new events to handle the newly formed tags. VBScript is not supported.

Applies To

A, ACRONYM, ADDRESS, B, BIG, BLOCKQUOTE, BODY, BR, BUTTON, CAPTION, CENTER, CITE, CODE, COMMENT, DD, DEL, DFN, DIR, DIV, DL, DT, EM, FIELDSET, FONT, FORM, H1, H2, H3, H4, H5, H6, I, IFRAME, IMG, INS, KBD, LABEL, LEGEND, LI, LISTING, MAP, MARQUEE, MENU, OL, P, PLAINTEXT, PRE, Q, S, SAMP, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TD, TEXTAREA, TH, TITLE, TT, U, UL, VAR, XMP

See Also

insertAdjacentText method


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.