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


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onBlur »

 

'onBlur' Example



    
<head>
<script language="JavaScript">
   function function1() {
       window.open("http://www.navioo.com""""")
   
</script>
</head>
<body>
   Press the Tab key to set focus on the link below.<br>
   <a id="myL" href="http://www.navioo.com/" target=_blank onBlur="function1()">
   navioo.com
   </a>
   <br>
   Now press the Tab key again to move focus to another element.
</body>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onBlur