
05/08/2010, 10:24
|
| | Fecha de Ingreso: junio-2010 Ubicación: Venezuela, Zulia
Mensajes: 686
Antigüedad: 14 años, 8 meses Puntos: 55 | |
Respuesta: Pasar datos a pagina PHP los input colocalos asi
<input type="button" name="agregar" id="agregar" value="agregar" onclick = "this.form.action = 'agrega.php'; this.form.submit()"/>
<input type="button" name="presupuesto" id="presupuesto" value="presupuesto" onclick = "this.form.action = 'presupuesto.php'; this.form.submit()"/>
y asi sucesivamente
me avisas |