JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Hidden.value Property

Name

Hidden.value Property---arbitrary data submitted with a form

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

hidden.value

Description

value is a read/write string property of the Hidden object. It specifies arbitrary data that is passed to the web server when the form containing the Hidden object is submitted. The initial value of value is specified by the VALUE attribute of the <INPUT> tag that defines the Hidden object. See Hidden for a description of how this property can be used.

See Also

"Hidden"


Previous Home Next
Hidden.type Book Index history

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell