definition
Transmits state information about client/server interactions.
Transmits state information about client/server interaction.
Notes
This input type is not controlled by the user, but is sent the value of the Value property when the form is submitted.
This element is available in HTML and scripts for Internet Explorer 3.0 and later.
This element is not displayed.
However, it sends the value of the Value property when the form is submitted. Input
This element does not need to close the label.
This input type is presents no control to the user, but sends the value of the Value property with the submitted form.
The INPUT type=hidden element is available in HTML
This element was not rendered.
This element does not require a closing tag.
Note: The INPUT type=hidden element is not displayed in the document, so the user cannot manipulate the element. This element is typically used to transfer some client-to-server state information. Although this element
=submit This element does not need to close the label. This element does not need to close the label
Note:the INPUT Type=hidden element does not appear visibly in the document and that the user
Remember that hidden fields can is viewed if your readers look at the source HTML and so don ' t use it f
Sample Code
<input type=hidden name=recipient value= "[email protected]" >
<input type=hidden name=subject value= "Feedback on your HTML Reference" >
HTML element-Input Type=hidden