multiple select in dropdown list box
Hi ,
How to make multiple select in dropdown list box using asp and access
can anyone help me regarding this.
thanking u in advance,
Regards,
tech.fors
Re: multiple select in dropdown list box
<tech.fors [at] gmail.com> wrote in message
news:1188970953.595278.220200 [at] 50g2000hsm.googlegroups.com...
> Hi ,
>
> How to make multiple select in dropdown list box using asp and access
> can anyone help me regarding this.
>
> thanking u in advance,
> Regards,
> tech.fors
>
<select name="myselect" multiple="multiple" size="10">
<option value="...">...</option>
.......
--
Mike Brind