JavaScript DHTML/Event onMethod/onSelect — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 07:20, 26 мая 2010
"onSelect" Example
<html>
<body onselect="alert("The user is selecting some body object")">
Hightlight me to triger the onselect event
</body>
</html>