Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/06/2014, 13:06
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Sumar al pulsar un botón

o más sencillo
Cita:
<script type="text/javascript">
var c = 0;
</script>

<input type="button" value="sumar" onclick="c=c+1" />
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}