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