CGI Information
|
|
This section covers what CGI is and how it relates to forms, and also gives some helpful links to CGI related web sites.
|
|
Form Tags
|
|
This section covers the form tags, which let you specify how the form is read and what script is used with it.
|
|
Text Field
|
This section explains how to add a text field, which is a simple field a user can type text into.
|
|
Hidden Field
|
|
This section explains what a hidden field is, why they are used, and how to add one to your web page.
|
|
Password Field
|
|
This section explains how to add a password field, which is a field a user can type a password into and it will appear in asterisks (*).
|
|
Image Button
|
This section explains how to have an image in your form act as a button that can send information when clicked upon.
|
|
Radio Button
|
|
This section explains how to add a radio button to your site, which is a circular button on your web page that can be selected by the user.
|
|
Check Box
|
|
This section explains how to add a check box to your site, which is a box on a web page that can be checked by the user.
|
|
Selection Menu
|
|
This section explains how to create a selection menu, which is a list of items that can be selected by using either a drop-down list
or an on-screen list.
|
|
Text Area
|
This section explains how to add a text area, which is a defined area on a web page that the user can type into.
|
|
Reset Button
|
|
This section explains how to add a reset button, which will clear all the other fields in the form if pushed by the user.
|
|
Submit Button
|
|
This section explains how to add a submit button, which sends all the information to the script associated with the form.
|
|