Mega Code Archive

 
Categories / JavaScript DHTML / Event Onmethod
 

OnSelect Example

<html> <body onselect="alert('The user is selecting some body object')">    Hightlight me to triger the onselect event </body> </html>