Input.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:IEmyInputObject.createTextRange()

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

See also:Element.isTextEdit, TextRange object