Friday, July 18, 2008

Forms - Hidden Fields

<input type="hidden" name="secretparameter" value="something" />
The above tag is not rendered by the browser - it is hidden. When the form containing this element is submitted, elements parameter and value is sent to the form application.
This tag has some special uses in managing user-server interactions (when the server application itself generates forms).

No comments: