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