Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnSelect Example

<html> <body onselect="alert('The user is selecting some body object')">    Try to select a portion of this text </body> </html>