10/03/2005, 12:08
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
hemiliano:Metes los checkbox dentro de un formulario?
Déjame ver el código de tu página...
haven:ponme clarito qué es lo que quiieres hacer. No te creas que me divierte mucho el hacer cosas que a la postre resultan inútiles. Por qué no lo cambias por un input tipo radio? Código PHP: <html>
<head>
<title>Untitled</title><script>
anterior=[]
function prueba(esto){
anterior.checked=false;
anterior=esto;
}
</script>
</head>
<body>
<form action ="javascript:alert('Mandandooo!!!')" name="aa323" >
<input type="checkbox" name="pedpe1" onclick="prueba(this)"><br />
<input type="checkbox" name="pedpe2" onclick="prueba(this)"><br />
<input type="checkbox" name="pedpe3" onclick="prueba(this)"><br />
<input type="checkbox" name="pedpe4" onclick="prueba(this)"><br />
<input type="checkbox" name="pedpe5" onclick="prueba(this)"><br />
<input type="submit" name="pepe"></form>
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |