Suponiendo que tu iframe se llame pepe podrías hacer algo así
<select onchange="if(this.selectedIndex > 0){pepe.location.href=this.value}">
<option> seleccione un destino </option>
<option value="a.htm">a</option>
<option value=·b.htm">b </option>
</select>