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