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

'clear()' Syntax, Parameters and Note

Note:

Delete selection contents.
    
Syntax:
    
document.selection.clear()

    

      
      








Related examples in the same category

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