Ver original<input id="boton" type="button" value="Prueba 1" />
Ver originalvar n = 1;document.getElementById('boton').onclick = function(){ n++; this.value = "Prueba "+n;}