var sel = document.getElementById('mysel'); //while (sel.selectedIndex != -1) { // Либо такwhile (sel.options.length) { sel.options[0] = null;}