'onSelect' Example : onSelect « Event onMethod « JavaScript DHTML






'onSelect' Example

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

    
      
      








Related examples in the same category