The hidden Object [2|3|I]
The hidden object reflects a hidden field from an HTML form in JavaScript.
Properties
name— A string value containing the name of the hidden element.
type— A string value reflecting the type property of the <input/> element. (Not 2|I.)
value— A string value containing the value of the hidden text element.