An HTML Form has a textbox & a combo box along with 2 buttons - ADD & REMOVE. When the Form is loaded, the combo box is empty. Now what I want is when a user enters some text in the textbox & clicks the ADD button, that text should get added to the combo box. Users should be allowed to enter as many no. of items as they like.Alternately when a user selects one item in the combo box & clicks the REMOVE button, that item should get deleted from the combo box. Again users should be allowed to delete as many no. of items as they like. How do I do this using JavaScript?
Thanks,
Arpan
Thanks,
Arpan