Article ID: 150197
Article Last Modified on 8/9/2007
<FORM ACTION="/scripts/args.cmd" METHOD="GET"><BR>
Choose a item: <A NAME="item_list"></A>
<SELECT MULTIPLE SIZE=1 NAME="item">
<OPTION SELECTED VALUE="Item1">Item 1
<OPTION VALUE="Item2">Item 2
<OPTION VALUE="Item3">Item 3
<OPTION VALUE="Item4">Item 4
<OPTION VALUE="Item5">Item 5
<OPTION VALUE="Item6">Item 6
</SELECT>
<INPUT TYPE=SUBMIT VALUE="Submit">
<INPUT TYPE=RESET VALUE="Reset"><BR>
</FORM>
RFC1866 specifies that the SIZE attribute indicates the number of
selections visible when the browser display the selection listbox. The
remainder of the selections should be visible by scrolling through the
selection listbox.
Keywords: kbusage KB150197