
03/10/2005, 08:03
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses Puntos: 61 | |
<html>
<body>
<form name="form1" method="post" action="">
<input type="checkbox" onclick="this.form.checkbox2.checked=this.checked" name="checkbox1" value="checkbox">
<input type="checkbox" onclick="this.form.checkbox1.checked=this.checked" name="checkbox2" value="checkbox">
</form>
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |