number of rows in a drop down list

M

Mike

http://www.complexplastics.com/COMPLASTEMAIL/requestquote.asp

if you click on the select item in the above url in my drop down list
you will note it has a specific number of rows
fp98 does not allow me to specify how many rows i want

how would i code this ?

i tried sneaking in rows="4" and row="4"

but it always displays 11 ROWS

<td><font color="#FF0000"><big><strong>Select Item
&nbsp;</strong></big></font>

<select name="subject" size="1" > <p>&nbsp;</p>

<option value="Sheets, Rods, Tubes, Tapes & Films">Sheets, Rods, Tubes,
Tapes & Films </option>
<option value="Balls, Spheres, & Domes">Balls, Spheres, &
Domes</option>
<option value="Caps,Plugs, Closures & Plastic Hardware ">Caps,Plugs,
Closures & Plastic Hardware </option>
<option value="Extrusion">Extrusions</option>
<option value="Fabricated Products">Fabricated Products</option>
<option value="LightSticks & Novelty Items">LightSticks & Novelty
Items</option>
<option value="Plastic Lumber ">Plastic Lumber </option>
<option value="Machined Plastic Parts">Machined Plastic Parts</option>
<option value="Materials Handling">Materials Handling </option>
<option value="Safety Products">Safety Products</option>
<option value="TrafficProducts">Traffic & Sports Cones</option>
<option value="Other - Item Not Shown">Other - Item Not
Shown</option>
</select>

Reply To : (e-mail address removed)
 
M

Murray

You cannot modify this. It will always display the number of rows equal to
the number of <option> choices.
 
M

Mike

is there a way to create a drop down list from within the list
as in

choose an item

ONE
TWO
THREE
MORE CHOISES








On Mon, 8 Jan 2007 09:29:04 -0500, "Murray"

***You cannot modify this. It will always display the number of rows equal
to
***the number of <option> choices.


Reply To : (e-mail address removed)
 
Top