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