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