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