20/05/2006, 06:53
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Esto te ayuda? Código PHP: <html> <head> <title>Untitled</title> </head>
<body> <script> pepe=0 </script> <input type="checkbox" name="pee0" onclick="pepe+=(this.checked)?5:-5;">Cosa 1<br> <input type="checkbox" name="pee1" onclick="pepe+=(this.checked)?6:-6;">Cosa 2<br> <input type="checkbox" name="pee2" onclick="pepe+=(this.checked)?7:-7;">Cosa 3<br> <input type="checkbox" name="pee3" onclick="pepe+=(this.checked)?8:-8;">Cosa 4<br> <input type="button" onclick="alert(pepe)" value="cuanto llevo?">
</body> </html>
Un saludo!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |