Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Empty() Example

<html> <body> <script language="JavaScript"> function function1() {     document.selection.empty(); } </script> <p onMouseUp="function1();">you release the mouse.</p> <p>Do some selection here.</p> </body> </html>