'urn' Example : URN : Document JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Document » URN »

 

'urn' Example



    
<html>
<body>
<script language="JavaScript">
    function function1() {
        var m = document.all.myLink.urn; 
        alert(m);
    }
</script>
<input type="button" value="Get the urn" onclick="function1();">
<a id="myLink" href=http://www.navioo.com/ urn="navioo.com Website">navioo.com web page</a>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Document
» URN