
03/04/2003, 14:39
|
 | | | Fecha de Ingreso: noviembre-2002
Mensajes: 56
Antigüedad: 22 años, 5 meses Puntos: 0 | |
A ver, sin más información te diré lo siguiente:
subtituye esta sentencia
onChange="MM_goToURL('parent','Pruebas1.asp?V_EST= ESTATURA');
por la siguiente:
onChange="redireccionar();"
En el HEAD declara la siguiente función:
function redireccionar()
{
document.location.href="Pruebas.asp?V_EST=" + document.FORM1.ESTATURA.value;
}
Así funcionará...
__________________ como dice un sabio amigo mio:
web puede...
master algo menos...
[AIG...2001] |