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