Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/07/2004, 10:25
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 6 meses
Puntos: 381
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>