JavaScript DHTML/Event onMethod/onBeforeDeactivate

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

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