July 1998
Intermediate to advanced
1456 pages
65h 5m
English
SIZE — NN all IE all HTML all
SIZE=”rowCount"Optional
Controls the number of rows of OPTION elements
that appear in the SELECT element. With a value of
1, the SELECT element displays its content as a
pop-up menu; with a value greater than 1, OPTION
items are rendered in a list box. Browsers control the width of the
element, based on the widest text associated with nested
OPTION elements.
<SELECT NAME="equipment" SIZE=3> <OPTION VALUE="monitor">Video monitor <OPTION VALUE="modem">Modem <OPTION VALUE="printer">Printer ... </SELECT>
Any positive integer.
1
[window.]document.formName.selectName.size
[window.]document.forms[i].elements[i].size
Read now
Unlock full access