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