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