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






'uniqueID' Example

    
<html>
<body>
<button onclick="alert(this.uniqueID);">Unique ID</button>
</body>
</html>

    
      
      








Related examples in the same category