obj=nombreFormulario.nombreCombo.options; for(i=0;i<obj.length;i++) if(obj[i].selected) alert(obj[i].text);