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