Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/08/2010, 10:24
johhan16
 
Fecha de Ingreso: junio-2010
Ubicación: Venezuela, Zulia
Mensajes: 686
Antigüedad: 13 años, 10 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