Ford & Mason Ltd
HOME
ABOUT
CONTACT
RESOURCES
ADVERTISING



donations support the development of
cronolog.org
and
refcards.com

next up previous contents index
Next: Radio buttons Up: Defining fields Previous: Password fields


Hidden fields

Hidden fields are not displayed by browsers, nor do they allow the user to enter data. They are specified by an INPUT element where TYPE="hidden".

    <INPUT TYPE="hidden" NAME="state" VALUE="state-info">

They are useful in dynamically generated documents to carry state information, since the value associated with the field will be passed to the server when the form is submitted. These fields are correctly named hidden rather than secret, as the user can view the value of the field by looking at the HTML source of the document.


[ITCP]Spinning the Web by Andrew Ford
© 1995 International Thomson Publishing
© 2002 Andrew Ford and Ford & Mason Ltd
Note: this HTML document was generated in December 1994 directly from the LaTeX source files using LaTeX2HTML. It was formatted into our standard page layout using the Template Toolkit. The document is mainly of historical interest as obviously many of the sites mentioned have long since disappeared.

 
Copyright © 1996-2002 Ford & Mason Ltd