Hi

 My html looks like this :

 <form name='form1' method='POST' action='/cgi-bin/form.pl'>
 .
 .
 <select multiple name='type' size=5>
 <option>one
 <option>two
 <option>three
 etc....
 </select>
 .
 .
 </form>
>
> Does this look right?
>
> Thanks
> Margaret
>
> ----- Original Message -----
> From: "Kipp, James" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, July 31, 2002 3:36 PM
> Subject: RE: Multiple Selects to Perl Script
>
>
> > are you sure all the values are associated with the name 'type' ?
> >
> >
> > > -----Original Message-----
> > > From: Margaret [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, July 31, 2002 9:27 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Multiple Selects to Perl Script
> > >
> > >
> > > Hi
> > >
> > > I am having a most frustrating problem. I created a from with multiple
> > > selects using a perl script and passed the multiple
> > > selections to an array
> > > ie.
> > >
> > > @array1 = $q->param('type').
> > >
> > > The array only contains the first selection and none of the
> > > others. How do I
> > > fix this? I have read a lot of documentation and it is
> > > supposed to work.
> > > What am I doing wrong?
> > >
> > > Regards
> > > Margaret
> > >
> > >
> > > --
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to