'createTextRange()' Syntax, Parameters and Note : createTextRange « Javascript Methods « JavaScript Reference

'createTextRange()' Syntax, Parameters and Note

Note:

Creates a new TextRange object with the text contained by the element.
    
Syntax:
    
document.all.elementID.createTextRange()

    

      
      








Related examples in the same category

1.'createTextRange()' Example
2.'createTextRange()' is applied to