[thelist] Perl - multiple select option

Anne Thorniley anne at beerintheevening.com
Thu Apr 18 06:42:01 CDT 2002


Hi Adrian,

> I have a multiple select option thing happening in my script that works fine
> in IE but displays the whole list in NS.

If you change
<SELECT NAME=CATEGORY MULTIPLE=4>

to
<SELECT NAME=CATEGORY MULTIPLE SIZE=4>

this should fix the problem.

The 'MULTIPLE' attribute means that the user can select more than one option,
rather than specifying the number of options to be displayed.

Hope that helps,

Anne

--
I may know the word but not say it
this may be the time but I might waste it
this may be the hour, something move me, someone prove me wrong
before the night comes with indifference



More information about the thelist mailing list