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