当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM form属性
The form property returns a reference to the form that contains the button.
form属性可返回包含按钮表单的参考
This property returns a form object on success.
这个属性可以返回表单对象
buttonObject.form |
The following example returns the id of the form containing the button:
下面举例中包含按钮的id值将被返回出来:
<html> |
Return the id of the form containing the button
返回包含按钮表单的id值