Hidden : HTMLElement

An input element on a form that is hidden from a user. Similar to a Text element, except that it is not visible.

Browser/User Agent Support

IEMozillaNetscapeOperaSafari
3.0+1.0+2.0+7.0+1.0+

Constructors

ConstructorIEMozillaNetscapeOperaSafari
Creates a new instance of a Hidden object.
3.0+1.0+2.0+7.0+1.0+
 

Properties

PropertyIEMozillaNetscapeOperaSafari
The value of the field when the form is submitted.
3.0+1.0+2.0+7.0+1.0+
 

References

Document.cookie | Form | HTMLElement | Input | HTMLInputElement | Text

Availability

JavaScript 1.0 | enhanced in JavaScript 1.1

Constructor Detail

Hidden Hidden()

Creates a new instance of a Hidden object.

Visibility
internal

Property Detail

String value

The value of the field when the form is submitted.