Introduction
Text
Formatting
Links
Lists
Images
Tables
Frames
Forms
Interacting with Forms
Form Tag
Text
Checkbox
Radio
Password
Hidden
Submit
Image
Reset
Select
Textarea
Conclusion


Input Tag: Hidden
The hidden field is hidden and does not show up on the page at all. Therefore the user cannot make an entry in this field. This field is for purposes of the programmer building the page maybe you would like to know something that a user wouldn't enter but would be common to all those who choose a specific option or type in a specific answer.

The NAME attribute assigns a name to this input field. The program you will use to process this information will need to know the name of the field.

The VALUE attribute is what is sent to the Script, even thought the field doesn't show on the page.

back  next

© Copyright 2000-2002 by Pepmint.com. All Rights Reserved

Search Pepmint.com

home :: tutorial :: portfolio :: links :: hammies :: guestbook :: contact