Mega Code Archive

 
Categories / JavaScript Reference / Javascript Objects
 

Selection Example

<html> <body> <body onclick="alert(document.selection.type);"> <p>Select this text</p></body> </body> </html>