window.addEventListener("load", function(event) { console.log("Tutte le risorse hanno terminato il caricamento!"); });
window.onload = function() { // Code here }
document.onload = function ...