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