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