Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnBeforeActivate Example

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