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