The value of a hidden form is probably its main purpose for existence. The idea is that you can pass values into a form by means of hidden fields and when the form is submitted, those values are passed back to the server with the form data that the user has entered. It is often used as a means of maintaining state across a user session.
See also: | Input.value |
Prev | Home | Next |
Hidden.type | Up | Hiding scripts from old browsers |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |