Connected: An Internet Encyclopedia
8.1.2.6. Hidden Field: INPUT TYPE=HIDDEN

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 8. Forms
Up: 8.1. Form Elements
Up: 8.1.2. Input Field: INPUT
Prev: 8.1.2.5. Image Pixel: INPUT TYPE=IMAGE
Next: 8.1.2.7. Submit Button: INPUT TYPE=SUBMIT

8.1.2.6. Hidden Field: INPUT TYPE=HIDDEN

8.1.2.6. Hidden Field: INPUT TYPE=HIDDEN

An <INPUT> element with `TYPE=HIDDEN' represents a hidden field.The user does not interact with this field; instead, the VALUE attribute specifies the value of the field. The NAME and VALUE attributes are required.

For example:

   <input type=hidden name=context value="l2k3j4l2k3j4l2k3j4lk23">


Next: 8.1.2.7. Submit Button: INPUT TYPE=SUBMIT

Connected: An Internet Encyclopedia
8.1.2.6. Hidden Field: INPUT TYPE=HIDDEN