Home
>>
Forms
>>
<SELECT ...>
<SELECT MULTIPLE>
<SELECT READONLY>
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
produces this
<SELECT NAME="county"
SIZE=6
>
Montgomery
Spotsylvania
Cooper
Midland
Blacksburg
Cantonsville
Bethesda
Canoga
Wetlands
Terrance
Umbaktu
Fleur de Moon
<SELECT MULTIPLE>
<SELECT READONLY>
About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the
Open Content License
and the
Open Publication License
. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.