Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/03/2007, 10:28
Avatar de locojars
locojars
 
Fecha de Ingreso: mayo-2002
Mensajes: 265
Antigüedad: 22 años, 10 meses
Puntos: 4
Re: combo redireccionador

Código HTML:
<script languaje="JavaScript">
function redireccion(lista)
{
   var valor = lista.value
   window.location.href = "otro_sitio.php?valor_combo=" + valor
}
</script>

<select size="1" name="valores_combo" onChange="redireccion(this)">
<option value="valor_uno">Primer Valor</option>
</select> 
Espero te sirva.
Salu2
Jars
__________________
No le digas a Jehová que tan grande es tu problema, dile a tu problema cuan grande es Jehová.