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