Form Element
Forms may not be nested, however each HTML document may have multiple
forms in it.
Action: defines the URL (http://www.koodesign.co.uk/cgi-bin/formmail.pl")
that will receive the data when the form is submitted.
Method:defines the method used to send data to the server:
There are two methods for forms submissions: POST (Sends the data
to the server in the body of message) and GET (The data is appended
to the URL itself after a Question mark separator). You should use POST
in most situations, as it is the more current and standard implementation.
Hidden: This field can not be seen by the user but the value of
the field will be submitted with the form to the server (There is lots
of information that you might want to send to the server but you don't
want the user to see.)
Form objects:
[1]---[2]
Copyright © 2001 koodesign
|