Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/06/2010, 16:00
Avatar de Most
Most
 
Fecha de Ingreso: marzo-2009
Mensajes: 642
Antigüedad: 15 años, 1 mes
Puntos: 6
Respuesta: Checkbox en formulario....

Cita:
Iniciado por _cronos2 Ver Mensaje
¿Necesitas 5 checkbox con cada text invisible? Entonces es igual.

Código HTML:
Ver original
  1. <input type='checkbox' id='chk' onclick='texto(this.id, "caja");' />
  2. <input type='text' id='caja' style='display:none;' /><br />
  3. <input type='checkbox' id='chk2' onclick='texto(this.id, "caja2");' />
  4. <input type='text' id='caja2' style='display:none;' /><br />
  5. <input type='checkbox' id='chk3' onclick='texto(this.id, "caja3");' />
  6. <input type='text' id='caja3' style='display:none;' /><br />
  7. <input type='checkbox' id='chk4' onclick='texto(this.id, "caja4");' />
  8. <input type='text' id='caja4' style='display:none;' /><br />
  9. <input type='checkbox' id='chk5' onclick='texto(this.id, "caja5");' />
  10. <input type='text' id='caja5' style='display:none;' /><br />

Saludos (:

ahh muchas gracias, abia probado antes y no iba