JavaScript DHTML/Event onMethod/onDeactivate
"onDeactivate" Example
<HTML>
<head>
</head>
<body>
<p>Press tab to bring the following link in and out of focus.</p>
<a tabindex="3"
id="myL"
href="http://www.wbex.ru/"
target=_blank
ondeactivate="alert("The link has been deactivated")">
www.wbex.ru
</a>
</body>
</HTML>