Re: what kind of input type should i use?
- From: "" <a@xxxxx>
- Date: Thu, 28 Jul 2005 13:09:49 -0500
either input type=text multiselect or just put your checkboxes in a
scrollable div...i.e. style=overflow-Y:scroll
either will work.
the latter might be more flexible as far as being able to do different
looky-feely things like putting images next to each item to check or filter
the list down to a few items as the user types in a description of what they
are looking for...using a text input and javascript to change non-matching
items' display type to none...etc., etc....
hth,
steve
"jj" <no@xxxxxxxx> wrote in message
news:uq8Ge.5344$d02.701513@xxxxxxxxxxxxxxxxxxxxxxxx
| hi
|
| I have a form in which a user needs to be able to multi select items from
a
| list of around 100 items.
|
| My question is what is the best way to do this? i was thinking of doing
| check boxes beside each item that the user wants to select but this
creates
| a very long page (since there are 100 items). are there any other options
| for me?
|
|
| thanks.
|
|
|
.
- References:
- Prev by Date: New developers website
- Next by Date: Re: what kind of input type should i use?
- Previous by thread: what kind of input type should i use?
- Next by thread: Re: what kind of input type should i use?
- Index(es):
Relevant Pages
|