'empty()' Example : empty « Javascript Methods « JavaScript Reference

'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>

    
      
      








Related examples in the same category

1.'empty()' Syntax, Parameters and Note
2.'empty()' is applied to