Forms: HTML
Overview
| Overview | You can put forms in your web pages to request
information from your visitors.
Forms make your web site interactive. |
|
There are many common uses of forms on a
web site:
|
||
| However, to gather and retrieve
the information that you request in a form, you need a script that tells
the server where to store the information.
The most common type of script used with a web page form is a CGI Script |
||
| CGI Scripts | CGI stands for Common Gateway
Interface.
The CGI script is a simple computer program that processes the information gathered by the form you have placed on your web site. Because this script resides on the web server, you must contact your site administrator to find out how to place a script on your host server. Note that you can display a form on your web site with simple HTML coding. However, you cant actually gather the data in a form without the CGI script that has been installed on the web server to process the data. |
Forms: HTML
Overview
Create a Form
Create Text and Password Boxes
Create Radio Buttons
Create Checkboxes
Create Menu Boxes
Create Text Blocks
Create the Reset and Submit Buttons
Web Design Center
Last Revised:
October 19, 2006
© Agatha Taormina