var selopt = objsel.options; for (var i = 0; i < selopt.length; i++) { if (selopt[i].value == "траляля") { selopt[i].selected = true; break; } }