当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM id属性
The id property sets or returns the id of the button.
buttonObject.id=id |
The following example gets the id of the button:
<html> <body> </html> |
Alert id, type, and value of a Button + disable button