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