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