Posted: Mon Jul 07, 2008 8:22 pm Post subject: Copy selected values from list into input field
Hi,
I need to write a java script: Here is what it should do, when user will click on the add button it will copy the add the selected value into input field seperated by comma(,). If the input field already has some name the selected name(s) will be added to the existing value of input field
Thanks