19/11/2014, 05:10
|
| | Fecha de Ingreso: septiembre-2014
Mensajes: 24
Antigüedad: 10 años, 4 meses Puntos: 0 | |
problema con mi popup (no recibe datos post) hola amigo como están... espero que bn
miren mi problemilla esque quiero mandar daatos mediante post
<form id="form" name="form"action="asistencia/asistencia4.php" target="ventanaForm" onsubmit="window.open('', 'ventanaForm', '')" method="post" >
<input type="text" name="nombre" >
<input type="text" name="apellido" >
<input type="text" name="sexo" >
<input type="text" name="edad" >
.....
<input id="bootn" type="submit" value="Enviar" /> </td>
</form>
pero cuando se abre el popup (asistencia4.php) ....
me aparece el siguiente error:
Undefined index: nombre in C:\xampp\h...... noc porque no me estan tomando los datos ...gracias |