Clip2gif to convert any PICT files into GIF images. • HTML Grinder to sequentially link each of the HTML files together as well as create ...
Document source : haddockdot.no-ip.biz
Examples:
<TEXTAREA NAME="textAreaField" ROWS=4 COLS=65>This is a
test.</TEXTAREA>
<TEXTAREA NAME="comment" ROWS=2 COLS=40></TEXTAREA>
<SELECT></SELECT>
SELECT is used to create scrolling lists and pop-up menus. Within scrolling lists
one or more items can be "selected". Pop-up menus limit the selection to only one
item.
NAME
This is the name of the variable that will be used to contain the value of the selected
item(s).
SIZE
This is the number of visible selections. If SIZE equals one, then the resulting input
element will be a pop-up menu. A value of 1 is the default SIZE when SIZE is not
specifically defined. If SIZE is greater than 1, then the resulting input element will
be that many rows deep.
MULTIPLE
If included in the SELECT tag, then more than one option can be available for
selecting from the list of options. This is usually accomplished on the client end by
shift- or command-clicking the items in the resulting field.
Summary :
If SIZE equals one, then the resulting input element will be a pop-up menu. A value of 1 is the default SIZE when SIZE is not specifically defined.
Tags :
size,then,resulting,popup,items,menus,element,scrolling,select,alue,input,used,name