![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/04/2003, 15:02
|
![Avatar de Chuty](http://static.forosdelweb.com/customavatars/avatar25958_1.gif) | | | Fecha de Ingreso: noviembre-2002 Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 22 años, 3 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; ?>>
</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 |