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