Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/03/2007, 06:02
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Re: Firefox no funciona el código

Hola Agrey

Código:
<script type="text/javascript">					
function ir(x)
{
if (x==1) 
{
window.location="1.asp"
}
if (x==2) 
{
window.location="2.asp"
}
}
</script>

<select name="agenda"  onchange="ir(this.selectedIndex)" class="cajaintroducirscroll">
Saludos,