Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnBeforeDeactivate Example

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