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