Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/03/2006, 12:36
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Lo deberías hacer así:

<form action="entrar.asp" method="get" name="frmEntrar" id="frmEntrar">
<input type="text" name="nombre" />
<input type="submit" />
</form>

luego, lo recogés como ya lo hacías con Request.QueryString("nombre")
__________________
...___...