10/11/2010, 11:13
|
| | Fecha de Ingreso: septiembre-2004 Ubicación: La Plata Argentina
Mensajes: 128
Antigüedad: 20 años, 2 meses Puntos: 9 | |
Respuesta: Activar Checkbox si otro esta desactivado Prueba :
<html>
<body>
<input type="checkbox" id="check01" value="check01"> 01
<br />
<input type="checkbox" id="check02" value="check02" onclick="if(this.checked)document.getElementById(' check01').checked = false"> 02
</body>
</html>
Saludos |