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