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


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onSelectStart »

 

'onSelectStart' Example



    
<html>
<head>
<script language="JavaScript">
   function function1() {
     alert("The navioo.com home page will open");
     window.open("http://www.navioo.com","",""

</script>
</head>
<body contenteditable=true>
   <a href="http://www.navioo.com" 
      onselectstart="function1()">
   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
» onSelectStart