Ver Mensaje Individual
  #11 (permalink)  
Antiguo 16/04/2003, 13:11
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Huy que tarde llego a esta fiesta

pues dejaré mi aportación, jejé

En mi opinión la forma más sencilla es sin funciones ni id's ni ná, simplemente algo tipo:

<select onChange="location.href=this.options[this.selectedIndex].value">
<option value="http://www.yahoo.es/">Yahoo</option>
<option value="http://www.google.com/"> Google</option>
<option value="http://es.es.altavista.com/"> Altavista </option>
</select>

Y yá.

Si quieres que cargue en un frame concreto entonces sería

parent.nombredelFrame.location.href=this.options[this.selectedIndex].value