JavaScript DHTML/Node Operation/specified

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

"specified" Example

   <source lang="html4strict">
   

<html> <body> <button id="myButton"

       onclick="alert(this.attributes["id"].specified);">
       Specified Attributes

</button> </body> </html>


     </source>