Événement de clôture de fenêtre js

window.onbeforeunload = function(){
  alert("You are now leaving, are you sure?")
}
DatMADCoder