August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The Hidden object is created with the HTML <input> tag. Specifying the TYPE parameter of the <input> tag as hidden creates the Hidden object. It is a text object that is suppressed from form display in an HTML form. The Hidden object is primarily used for passing name/value pairs from a form. Table 7.29 shows the properties of the Hidden object.
| Property | Description |
|---|---|
| form | Specifies the form containing the Hidden object. |
| name | Refers to the name of Hidden object. |
| type | Refers to HTML TYPE attribute of Hidden object. |
| value | Refers to HTML VALUE attribute of Hidden object. |
Read now
Unlock full access