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