JavaScript DHTML/Event onMethod/onSelect

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

"onSelect" Example

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