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

'specified' Example

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

    
      
      








Related examples in the same category

1.'specified' Syntax and Note
2.'specified' Possible Values
3.'specified' is applied to