Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/10/2014, 04:50
xoceunder
 
Fecha de Ingreso: junio-2012
Ubicación: En el Mundo
Mensajes: 759
Antigüedad: 11 años, 11 meses
Puntos: 10
Respuesta: duda en ejecutar un formulario

Cita:
Iniciado por quimfv Ver Mensaje
Código PHP:
Ver original
  1. <form name="edit" id="edit" action="<?php echo( $action ); ?>" method="<?php echo( $method ); ?>">
  2. <input type="hidden" name="idS" value="<?php echo $row_list['id']; ?>">
  3. <a href="#" onclick="document.getElementById('edit').submit()">Enviar formulario</a>
  4. <input type="hidden" name="Edit" value="edit">
  5. </form>

Te sirve?

no me funciono pero podria ejecutar el

<input type="hidden" name="Edit" value="edit">