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