文件对象的子对象,Javascript的runtime engine自动为每一个表单建立一个表单对象。
格式:
document.forms[索引].属性
document.forms[索引].方法(参数)
document.表单名称.属性
document.表单名称.方法(参数)
action |
表单动作 |
elements |
以索引表示的所有表单元素 |
encoding |
MIME的类型 |
length |
表单元素的个数 |
method |
方法 |
name |
表单名称 |
target |
目标 |
handleEvent(事件) |
使事件处理程序生效 |
reset() |
重置 |
submit() |
提交 |
|