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