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