JavaScript DHTML/Event onMethod/onBeforeActivate — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 10:02, 26 мая 2010
"onBeforeActivate" Example
<html>
<body>
<p>Press tab to bring the following link into focus.</p>
<a href="http://www.wbex.ru/"
target=_blank
onbeforeactivate="alert("activated")">
wbex.ru
</a>
</body>
</html>