I was hoping someone could tell me if this is possible.
I want to dynamically fill a multi select box with names that are generated form a search form. I can do that part with a XMLHttpRequest using AJAX and php. But I want to be able to use a Option transfer javascript as well so I can select from that list and move them over to another multi select box.
Does that make sense?
http://grandevistautility.com/fgi/test/test2.php
on this example, you can move option 1 back and forth. When you select from the drop down menu, the left select box is populated, but then you lose the ability to move any item back and forth.