Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/05/2006, 06:53
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 4 meses
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.