HTML Attribute for <SELECT ...>
SIZE =integer

SIZE indicates how many rows of the list should be displayed. The default is one. So, for example, the following code creates a select list with 6 rows:

This Code Makes This
<SELECT NAME="county" SIZE=6>
(Form is not live)

<SELECT READONLY> >