Re: what kind of input type should i use?
- From: "" <a@xxxxx>
- Date: Thu, 28 Jul 2005 14:53:19 -0500
| <select multiple name="some_name[]" size="10">
| <option value="1" selected>first option</option>
| <option value="2" selected>second option</option>
| <!-- more here -->
| <option value="99">99 option</option>
| <option value="100">100 option</option>
| </select>
that's right! been so long since i've used "multiple" i've forgotten the tag
and attributes. ;^) as you can tell, i opt for the latter option.
.
- References:
- what kind of input type should i use?
- From: jj
- Re: what kind of input type should i use?
- From: Hilarion
- what kind of input type should i use?
- Prev by Date: Re: which IDE for php ?
- Next by Date: Huge delay with exec or system calls
- Previous by thread: Re: what kind of input type should i use?
- Next by thread: New developers website
- Index(es):
Relevant Pages
|