JavaScript DHTML/Event onMethod/onBeforeActivate

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

"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>