
16/04/2009, 11:07
|
 | | | Fecha de Ingreso: julio-2008 Ubicación: En el DF ectuoso
Mensajes: 240
Antigüedad: 16 años, 7 meses Puntos: 0 | |
Respuesta: como enviar datos de un formulario a dos paginas diferentes Ya puede enviar los datos de un form a dos php , les dejo el formulario, ok, gracias por sus comentarios, espero les funcione
<form name="form1" method="post" onsubmit="ventana=window.open('recibe1.php', '', ''); this.submit(); this.action = 'recibe2.php'; this.target = '_blank'; this.submit(); this.action = 'recibe1.php'; ventana.close()" >
<p>
<input name="v1" type="checkbox" value="v1">
<input name="v2" type="checkbox" value="v2">
<input name="v3" type="checkbox" value="v3">
</p>
<p>
<input name="b1" type="checkbox" value="b1">
<input name="b2" type="checkbox" value="b2">
<input name="b3" type="checkbox" value="b2">
<input type="submit" name="Submit" value="Enviar" >
</p>
</form> |