-
I'm looking for a Javascript tutorial or source code
which would allow for me to select a name or names in
one select list, click on an 'Add' button, then populate
another select list. For example, in the diagram
below, if I selected 'Name one' and/or
'Name Two' clicked on the ">>" button, the "Users to
be contacted" would now be populated with the chosen
names.
Code:
All Users Users to be contacted
========== =====================
Name One >>
Name Two <<
Name Three
...
Thanks!
Victor
-
Victor,
I think what you want is a Double Combo. However there is no add button used. Take a look here.
http://wsabstract.com/script/cut183.shtml
Brew
-
This should get you headed in the right direction...
http://developer.irt.org/script/218.htm
-
Brew,
Thanks for your reply, but that's not what I'm looking for.
Actually, I would like to select an item or items from one list and copy them to another list. Hopefully, I'm making sense.
Thanks!
Vic
-
scrubz,
Thanks! This does point me in the right direction.
-
Hey guys,
Here's another GREAT link on this:
http://members.aol.com/grassblad/html/selSwitch.html
aDog :cool: