Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/04/2003, 15:02
Avatar de Chuty
Chuty
 
Fecha de Ingreso: noviembre-2002
Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 21 años, 5 meses
Puntos: 2
por ejemplo yo tengo un formulario de la siguiente manera

<html>

<head>
<title>Pagina nueva 1</title>
</head>

<body>
<input type=text NAME=P_NUMCTA style='font-family: Arial; font-size: 7 pt' onChange=location.href='sgfconlog_numcta.php?P_NUM CTA=<? echo P_NUMCTA; ?>' class=imputbox value=<? echo $_NUMCTA; ?>>&nbsp;&nbsp;&nbsp;
</body>

</html>

y al escribir en el campo tendria que enviarme el valor escrito a la pagina sgfconlog_numcta.php

pero no logro recuperar la variable que se ha escrito en el input type.
Como se hace el input type con el onchange
gracias por responder
y saludos