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