30/05/2006, 01:16
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses Puntos: 772 | |
Hola cgamae
A ver si te vale esto:
Código:
<input type="checkbox" onclick="chk0.checked = this.checked" />
<input type="checkbox" onclick="chk1.checked = this.checked" />
<input type="checkbox" name="chk0" />
<input type="checkbox" name="chk1" />
Saludos, |