July 1998
Intermediate to advanced
1456 pages
65h 5m
English
htmlText — NN n/a IE 4 DOM n/a
Read-only
All HTML of the document for a given element when that element is
used as the basis for a TextRange object. For
example, if you create a TextRange for the
BODY element
(document.body.createTextRange( )), the
htmlText property contains all HTML content
between (but not including) the BODY element tags.
var rangeHTML = document.body.createTextRange( ).htmlText
String.
None.
Read now
Unlock full access