Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/04/2003, 12:31
mars
 
Fecha de Ingreso: diciembre-2002
Mensajes: 26
Antigüedad: 21 años, 11 meses
Puntos: 0
Hola!

<script languaje="JavaScript">
funcition irA(menu)
{
window.open(menu.options[menu.selectedIndex].value,"_self"
}
</script>

y en tu select:

<SELECT name="menu" onChange="irA(this)">
<option>.....
...
</SELECT>


Espero te sirva!