JavaScript DHTML/Event onMethod/onSelect

Материал из Web эксперт
Перейти к: навигация, поиск

"onSelect" Example

   <source lang="html4strict">
   

<html> <body onselect="alert("The user is selecting some body object")">

  Hightlight me to triger the onselect event

</body> </html>


     </source>