Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/02/2011, 16:17
walterdevel
 
Fecha de Ingreso: diciembre-2010
Mensajes: 788
Antigüedad: 14 años, 3 meses
Puntos: 51
Respuesta: enviar un form unsando un chackbox

Sería algo así:

Código HTML:
Ver original
  1. <form name="frm" method="post">
  2. <input type="checkbox" onclick="document.frm.submit();" name="valor" /> Enviar
  3. </form>