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