Click to See Complete Forum and Search --> : Hidden listbox


bingol10
12-24-2003, 03:55 AM
I am trying to make a listbox hidden but simply making its type hidden does not work as other form input fields. Is there any way to do it?

Thanks.

fredmv
12-24-2003, 04:12 AM
<div style="display: none;">
<select>
<option>foo</option>
<option>bar</option>
</select>
</div>