August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The Form object represents an HTML property created by the <form> tag. The Form object can be used to access all the properties of the specified form. Forms can be referenced by either the forms array or directly by name. Table 7.27 shows the different Form methods and properties.
| Property/Method | Description |
|---|---|
| action | HTML ACTION attribute of Form object |
| elements | Array reflecting elements within form |
| elements.length | Length of elements array |
| encoding | HTML ENCTYPE attribute of Form object |
| handleEvent() | Handles specific event |
| length | Number of elements within form |
| method ... |
Read now
Unlock full access