tags:

views:

34

answers:

3

What is the name of the html tool used for creating a list of objects from a select field. It usually looks like two boxes with an arrow in the middle. An example would be if you were creating a group and box A had a list of users and you would click on a name and then click the arrow in the middle. It would then add it to box B creating a unqiue group list. I am trying to find the name of this so I can find some examples online. Anyone know the name or where I can find some good examples?

+1  A: 

It's called Picklist. Google gives good examples with that keyword: http://google.com/search?q=html+picklist. Good luck.

BalusC
+1  A: 

try this

Multi select transfer script

or this

Option transfer

Matt Smith
Thanks! this is exactly what I need.
fiktionvt
A: 

HTML does not have this control built in. But many other environments provide it. Sometimes its called a doubleselect(struts2).

Vincent Ramdhanie
No, not as a single control, but two <select multiple> and two <button> elements usually suffice.
BalusC