JavaScript DHTML/Event onMethod/onBeforeActivate
"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>