JavaScript DHTML/Node Operation/uniqueID

Материал из Web эксперт
Перейти к: навигация, поиск

"uniqueID" Example

   <source lang="html4strict">
   

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


     </source>