|
HOME articles tutorials tool directory books about |
|
|||||||||||
|
Our Other Sites
|
Forms Part II: Advanced FormsHTML Forms: Learn more about form elements and properties. In part one of this series we focused on setting up a basic form on your website. We discussed the Form Element Attributes and began the Form Element Properties. In part two of this series, we will continue with the Form Element Properties and move on to some more advanced form options. If you missed part one, you can find it here: http://www.cheapwebtricks.com/tutorial/forms_tutorial_part1.shtml In part one of this series, we went over Text boxes, Hidden, Password and the Checkbox Form Element Properties. We will now continue with the remaining properties.
RADIO BUTTON
Enables the user to select multiple options.
Radio Button AttributesTYPE - Radio CHECKED - Specifies a default selection. NAME - Name of the variable to be processed by the form processing script. VALUE - The value of the selected radio button. SUBMIT
Enables users to submit the form information to the form processing script.
Submit AttributesTYPE - Submit NAME - Name of the variable to be processed by the form processing script. VALUE - Specifies the text to be displayed on the submit button. IMAGE SUBMIT BUTTON
Enables users to submit the form information to the form processing script. Instead of the regular submit button, an image submit button will be displayed.
Image Submit AttributesTYPE - Image NAME - Name of the variable to be processed by the form processing script. SRC - Image URL. RESET
Enables users to clear a form if necessary.
Reset Submit AttributesTYPE - Reset VALUE - Specifies the text to be displayed on the reset button. SELECT
Surrounds the code for a selection drop down menu.
Select AttributesNAME - Name of the variable to be processed by the form processing script. SIZE - Specifies the number of visible selections. MULTIPLE - Enables users to select multiple selections.
|
|
||||||||||
|
HOME articles tutorials tool directory books about (c) copyright 2000-2010 Anventure. All
Rights Reserved.
|
||||||||||||