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