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