23/06/2017, 12:14
|
| | | Fecha de Ingreso: julio-2013
Mensajes: 547
Antigüedad: 11 años, 5 meses Puntos: 46 | |
Respuesta: Obtener valor input y enviar mediante post An HTML form with two submit buttons, with different actions:
Código HTML:
Ver original<form action="/action_page.php"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> <input type="submit" value="Submit"><br> <input type="submit" formaction="/action_page2.php" value="Submit as admin">
https://www.w3schools.com/html/html_form_attributes.asp
__________________ Al contrario de lo que muchos podrían afirmar, ayudar no te hace pobre, sino más rico. |