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