
25/11/2003, 12:10
|
 | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes Puntos: 772 | |
Hola, Korku.
¿Algo así...?
Código:
<input type="button" id="btn" value="Algo" style="visibility:hidden">
<input type="checkbox" onClick="document.getElementById('btn').style.visibility=this.checked ? 'visible' : 'hidden'">
Saludos, |