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