How the form input will be sent to the script on the server side. Possible values are GET and POST.
ENCTYPE=". . ."
Only one value right now: application/x - www - form - urlencoded.
<INPUT>
An input widget for a form.
TYPE=". . ."
The type for this input widget. Possible values are CHECKBOX, HIDDEN, RADIO, RESET, SUBMIT, TEXT, or IMAGE.
NAME=". . ."
The name of this item, as passed to the gateway script as part of a name/value pair.
VALUE=". . ."
For a text or hidden widget, the default value; for a checkbox or radio button, the value to be submitted with the form; for Reset or Submit buttons, the label for the button itself.
SRC=". . ."
The source file for an image.
CHECKED
For checkboxes and radio buttons, idicates that the widget is checked.
SIZE=". . ."
The size, in characters, of a text widget.
MAXLENGTH=". . ."
The maximum number of characters that can be entered into a text widget.
ALIGN=". . ."
For images in forms, determines how the text and image will align (same as with the <IMG> tag).
<TEXTAREA>. . .</TEXTAREA>
Indicates a miltiline text entry widget.
NAME=". . ."
The name to be passed to the gateway script as part of the name/value pair.
ROWS=". . ."
The number of rows this text area displays.
COLS=". . ."
The number of columns (characters) this text area displays.
<SELECT>. . .</SELECT>
Creates a menue or scrolling list of possible items.
NAME=". . ."
The name that is passed to the CGI script as part of the name/value pair.