'onDeactivate' Example : onDeactivate : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onDeactivate »

 

'onDeactivate' Example



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

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onDeactivate