Question : populate textbox in javascript

I would like to populate the labels and values to a select box in a form, the labels and values are comming from a javascript array, populated in PHP

Answer : populate textbox in javascript

To remove all options, simply
1:
document.getElementById('mySelect').options.length = 0;
Random Solutions  
 
programming4us programming4us