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