BODY.createTextRange() (Method)

Used in MSIE for creating a text range.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:TextRange object
JavaScript syntax:IEmyBODY.createTextRange()

This method should only be used if the receiving object responds true to its isTextEdit property request.

See also:TextRange object