/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke
ISBN: 067231763X
Publisher Sams CopyRight 2000
+------------+--------------------------------------------------------------------+
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.
This property was added in JavaScript 1.1.
+------------+--------------------------------------------------------------------+
value Contains the value of the value attribute of the Hidden object.
+------------+--------------------------------------------------------------------+
*/
|