'TextRange' Syntax and Note : TextRange « Javascript Objects « JavaScript Reference

'TextRange' Syntax and Note

Note:

Access to text created using the createRange() and 
createTextRange() methods.
    
Syntax:
    
textRangeName = document.all.elementID.createTextRange()
textRangeName = document.selection.createRange()
textNameRange.memberName

    

      
      








Related examples in the same category

1.'TextRange' Example
2.'TextRange' JavaScript Properties
3.'TextRange' JavaScript Methods