July 1998
Intermediate to advanced
1456 pages
65h 5m
English
parentTextEdit — NN n/a IE 4 DOM n/a
Read-only
Returns a reference to the next highest element up the HTML
containment hierarchy that is of a type that allows a
TextRange object to be created with it. This
property may have to reach through many levels to find a suitable
object. This property always returns null in
Internet Explorer 4 for the Macintosh because that operating system
version does not support text ranges.
var rangeElement = document.all.elementID.parentTextEdit
var rng = rangeElement.createTextRange( )Element object reference.
BODY object.
Read now
Unlock full access