checkbox
Publicado por andres gomez (1 intervención) el 24/08/2010 21:26:05
hola... tengo un conjunto de checkbox
<input type="checkbox" name="c1" value="1" /> OPCION1
<input type="checkbox" name="c1" value="2" /> OPCION2
<input type="checkbox" name="c1" value="3" /> OPCION3
<input type="checkbox" name="c1" value="4" /> OPCION4
<input type="checkbox" name="c1" value="5" /> OPCION5
<input type="checkbox" name="c1" value="6" /> OPCION6
<input type="checkbox" name="c1" value="7" /> OPCION7
estos los envio con un formulario......
como puedo recuperar los valores del chekbox? para saber cuales selecciono y cuales no....
gracias
<input type="checkbox" name="c1" value="1" /> OPCION1
<input type="checkbox" name="c1" value="2" /> OPCION2
<input type="checkbox" name="c1" value="3" /> OPCION3
<input type="checkbox" name="c1" value="4" /> OPCION4
<input type="checkbox" name="c1" value="5" /> OPCION5
<input type="checkbox" name="c1" value="6" /> OPCION6
<input type="checkbox" name="c1" value="7" /> OPCION7
estos los envio con un formulario......
como puedo recuperar los valores del chekbox? para saber cuales selecciono y cuales no....
gracias
Valora esta pregunta


0