hidden
Summary
The hidden type of the <input> element represents a value that is hidden from the user, but which is sent with the form data; the value can be set programatically.
Overview Table
Notes
Remarks
This input type presents no control to the user, but sends the value of the value property with the submitted form.
Standards information
- HTML 4.01 Specification, Section 17.4
HTML information
{
See also
Related pages
Reference
input
input type=submit
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]