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


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onActivate »

 

'onActivate' Example



    
<head>
<script language="JavaScript">
   function function1() {
     window.open("http://www.navioo.com/""""width=700, height=600, resizable, scrollbars")
   }
</script></head>
<body>
    <label for="myL" accesskey="L">Press Alt+L to invoke the link </label>
    <a id="myL" href="http://www.navioo.com/" target=_blank onActivate="function1()">
     www.navioo.com
    </a>
</body>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onActivate