Create HTML Forms - a tutorial
Short Description
Create HTML Forms. . A Tutorial .. by. William Bontrager. Programmer … This tutorial is about how to make forms and how to send the information, …
Website: viplab.dsi.unifi.it | Filesize: 65kb
Content
Create HTML Forms
?A Tutorial ?
by
William Bontrager
Programmer
and
Publisher
of
WillMaster Possibilities ezine
http://willmaster.com/possibilities/
mailto:possibilities@willmaster.com
A Peach-e-Book
Copyright 2001 William Bontrager2
Introduction
HTML forms are a means of collecting information. People fill in a form and/
or select something. Then they click a button.
Forms don’t actually process information.
For something to be done with the information, it must be sent somewhere.
Information processing destinations can be CGI programs, JavaScript
functions, mailto: links, or even a web page (which directs the browser to
load the page at the specified URL).
This tutorial is about how to make forms and how to send the information,
but not how to process the information after it has been sent off.
Forms begin with the
tag. The