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