Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnDeactivate Example

<HTML> <head> </head> <body> <p class="explanations">Press tab to bring the following link in and out of focus.</p> <a tabindex="3"     id="myL"     href="http://www.rntsoft.com/"     target=_blank ondeactivate="alert('The link has been deactivated')">    www.rntsoft.com </a> </body> </HTML>