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