Basically my webpage has two comboboxes. First combo box is populated with data comming from MySql. There is a button Add
to the side of combo box and when user selectes a item in combo box 1 , clicks on the Add
button, that item should get added to the second combo box that is in the same page. Can anyone please tell me how to do this in javascript? or anything?
By the way my web pages are PHP pages.
Thanks.