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