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