If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Please help me in writing a code where I have 2 select/list boxes. I want to select one or many items in a Select/list box (a) and drag them on to the other list box(b).
Try with javascript first, the Algorithm is to take the selected values of the one and add them to the other, you may need a button to fire the code .
Dimis