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