Get the file name specified in the href or src property : Image Img : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » Image Img »

 

Get the file name specified in the href or src property



    
<html>
<body>
<script language="JavaScript">
    function function1() {
        alert(document.getElementById("myLink").nameProp);
    }
</script>
<a id="myLink" href="http://www.navioo.com/" target=_blank>navioo.com Home Page</a>
<button onclick="function1();">navioo.com Home Page nameProp</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Image Img