var options = yourOptionsArray;var item = yourSelectItem; for (var i = 0; i < options.length; i++){ yourSelectItem.addOption(options[i);}