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