// JavaScript function setCounterValue() { document.getElementById("compteur").innerHTML = "22532"; } window.onload = setCounterValue;