JavaScript DHTML/Event onMethod/onDeactivate

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

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