'nameProp' Example : nameProp « Javascript Properties « JavaScript Reference

'nameProp' Example

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

    
      
      








Related examples in the same category

1.'nameProp' Syntax and Note
2.'nameProp' is applied to