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