|
Web Hosting Help
|
Control Panel
How to Create Forms in HTML
This document will assist you in the creation of forms
for use with cgiemail as well as other CGI programs. This
document assumes a basic knowledge of HTML and a desire to learn more about using HTML
forms.
A FORM is an HTML element that is used to collect information from a user to be passed
to a CGI process or script. On this page you will find the controls allowed in HTML FORMs,
and how they are used to collect information.
Common FORM controls:
HTML Syntax of a Form:
<form
action=url
class=name
enctype=encoding
method=type
name=name
onreset=applet
onsubmit=applet
style=style
target=name>
[ADD FORM CONTROLS HERE]
</form>
NOTE: The form controls listed above are described in more detail below according to the following format:
|
Example: A graphic example of what the control looks like in actionThe actual source code used in the
graphical example. A brief synopsis of what the control is, what it does, how it should be used, and
when.
Tip: Tips from "one who's been there before" to save you time and make
your forms look sharp! This section can also be called "common mistakes and how to
avoid them." ;) |
Form Controls:
Members and visitors to the EarthLink website agree to abide by our Member Policies.
EarthLink Privacy Policy
© 2002 EarthLink, Inc.
|
|