'search' Example : search : Node Operation JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Node Operation » search »

 

'search' Example



    
<html>
<body>
<script language="JavaScript">
function function1() {
    alert(document.getElementById("myLink").search);
}
</script>
<a id="myLink" 
   href="http://www.navioo.com"
   target="_blank">navioo.com Site</a>
<input type="Button" id="myButton" value="Wescom Advocar" onClick="function1();">
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Node Operation
» search