'specified' Example : specified « Node Operation « JavaScript DHTML






'specified' Example

    
<html>
<body>
<button id="myButton" 
        onclick="alert(this.attributes['id'].specified);">
        Specified Attributes
</button>
</body>
</html>

    
      
      








Related examples in the same category