HTMLFormElement in DOM Level 2 HTML
(no overview available)
Inherits from:
Instance Properties
| name | type | description |
|---|---|---|
| acceptCharset | String | |
| action | String | |
| attributes | NamedNodeMap | (read only) [from Node] |
| childNodes | NodeList | (read only) [from Node] |
| className | String | [from HTMLElement] |
| dir | String | [from HTMLElement] |
| elements | HTMLCollection | (read only) |
| enctype | String | |
| firstChild | Node | (read only) [from Node] |
| id | String | [from HTMLElement] |
| lang | String | [from HTMLElement] |
| lastChild | Node | (read only) [from Node] |
| length | Number | (read only) |
| localName | String | (read only) [from Node] |
| method | String | |
| name | String | |
| namespaceURI | String | (read only) [from Node] |
| nextSibling | Node | (read only) [from Node] |
| nodeName | String | (read only) [from Node] |
| nodeType | Number | (read only) [from Node] |
| nodeValue | String | [from Node] |
| ownerDocument | Document | (read only) [from Node] |
| parentNode | Node | (read only) [from Node] |
| prefix | String | [from Node] |
| previousSibling | Node | (read only) [from Node] |
| tagName | String | (read only) [from Element] |
| target | String | |
| title | String | [from HTMLElement] |
Instance Methods
| name | returns | description |
|---|---|---|
| appendChild() | Node | [from Node] |
| cloneNode() | Node | Return a new copy of the node.[from Node] |
| getAttribute() | String | [from Element] |
| getAttributeNode() | Attr | [from Element] |
| getAttributeNodeNS() | Attr | [from Element] |
| getAttributeNS() | String | [from Element] |
| getElementsByTagName() | NodeList | [from Element] |
| getElementsByTagNameNS() | NodeList | [from Element] |
| hasAttribute() | Boolean | [from Element] |
| hasAttributeNS() | Boolean | [from Element] |
| hasAttributes() | Boolean | [from Node] |
| hasChildNodes() | Boolean | [from Node] |
| insertBefore() | Node | [from Node] |
| isSupported() | Boolean | [from Node] |
| normalize() | (none) | [from Node] |
| removeAttribute() | (none) | [from Element] |
| removeAttributeNode() | Attr | [from Element] |
| removeAttributeNS() | (none) | [from Element] |
| removeChild() | Node | [from Node] |
| replaceChild() | Node | [from Node] |
| reset() | (none) | |
| setAttribute() | (none) | [from Element] |
| setAttributeNode() | Attr | [from Element] |
| setAttributeNodeNS() | Attr | [from Element] |
| setAttributeNS() | (none) | [from Element] |
| submit() | (none) |
Properties that are an HTMLFormElement
| name | object | description |
|---|---|---|
| form | HTMLSelectElement | (read only) |
| form | HTMLOptionElement | (read only) |
| form | HTMLInputElement | (read only) |
| form | HTMLTextAreaElement | (read only) |
| form | HTMLButtonElement | (read only) |
| form | HTMLLabelElement | (read only) |
| form | HTMLFieldSetElement | (read only) |
| form | HTMLLegendElement | (read only) |
| form | HTMLObjectElement | (read only) |
| form | HTMLIsIndexElement | (read only) |