JavaScript ожидание загрузки окна

window.addEventListener('load', function () {
  alert("It's loaded!")
})
Quaint Quelea