'onSelect' Example : onSelect : Event onMethod : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Event onMethod   » [  onSelect  ]   
 



'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
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.