JavaScript DHTML/Event onMethod/onSelect
Версия от 10:02, 26 мая 2010; (обсуждение)
"onSelect" Example
<html>
<body onselect="alert("The user is selecting some body object")">
Hightlight me to triger the onselect event
</body>
</html>
<html>
<body onselect="alert("The user is selecting some body object")">
Hightlight me to triger the onselect event
</body>
</html>