Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/09/2010, 15:33
Avatar de _cronos2
_cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 14 años, 7 meses
Puntos: 310
Respuesta: div & checkbox

Yo lo haría así:
Código Javascript:
Ver original
  1. function Mostrar_Ocultar(div, booleano) {
  2.  elem = document.getElementById(div);
  3.   elem.style.display = booleano ? 'block' : 'none';
  4. }
Código HTML:
Ver original
  1. <input type="checkbox" name="archivo" id="archivo" value="oculta" onclick="Mostrar_Ocultar('archivos', this.checked);" />
  2. <div id="archivos" style="display:none">
  3.  <p>
  4.   <label>
  5.    Archivo a subir
  6.    <input type="file" name="acer" id="acer" />
  7.    <br />
  8.   </label>
  9.  </p>
  10. </div>

Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red