'onBeforeDeactivate' Example : onBeforeDeactivate « Event Handlers Reference « JavaScript Reference

'onBeforeDeactivate' Example

    
<html>
<body>
  <p>Press tab to bring the following link into focus.</p>
  <a id="myL" 
     href="http://www.java2s.com/" 
     target=_blank
     onbeforedeactivate="alert('losing focus')">
     java2s.com
  </a>
<html>

    
      
      








Related examples in the same category

1.'onBeforeDeactivate' Syntax and Note
2.'onBeforeDeactivate' Properties
3.'onBeforeDeactivate' is applied to