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