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