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