Input Type=Hidden
 
End Tag: Omitted
Support Key: 2 | 3 | 3.2 | 4 | IE1 | M2A2 | N1 | O2.1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
HIDDEN is a TYPE attribute value to the INPUT element for FORMs. It indicates a form field that does not appear visibly in the document and that the user does not interact with. It can be used to transmit state information about the client or server.

Common Attributes
%Data%
2 | 3 | 3.2 | 4 | IE4 | M | N | O

Specific Attributes
Name
2 | 3 | 3.2 | 4 | IE1 | M2A2 | N1 | O2.1
Required? Yes
Description:
This is a required attribute that associates a symbolic name to the field for submittal to the form processing script.
Values: Alphanumeric characters.
Type
2 | 3 | 3.2 | 4 | IE1 | M2A2 | N1 | O2.1
Required? Yes*
Description:
* This is the required TYPE attribute for this INPUT mechanism. From the strict view, the TYPE attribute is not required.
Values: HIDDEN
Value
2 | 3 | 3.2 | 4 | IE1 | M2A2 | N1 | O2.1
Required? No
Description:
This is a required attribute representing the symbolic result of the hidden field when activated that is passed to the form processing script.
Values: Alphanumeric characters.
Example
<form>
<input TYPE="hidden" VALUE="hiddenvalue1" NAME="Hidden1">
</form>
Parent Model
%In-line Parent% | %Block Parent%
Content Model
This element does not accept any content.
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...