Properties of the Hidden Object : Form HTML « Form Control « JavaScript DHTML
- JavaScript DHTML
- Form Control
- Form HTML
Properties of the Hidden Object
+------------+--------------------------------------------------------------------+
Property Description
+------------+--------------------------------------------------------------------+
form Specifies the form containing the Hidden object.
+------------+--------------------------------------------------------------------+
name Contains the name of the Hidden object.
+------------+--------------------------------------------------------------------+
type Contains the value of the type attribute of the Hidden object.
+------------+--------------------------------------------------------------------+
value Contains the value of the value attribute of the Hidden object.
+------------+--------------------------------------------------------------------+
Related examples in the same category