js when you leave

Solutions on MaxInterview for js when you leave by the best coders in the world

showing results for - "js when you leave"
Rick
07 Apr 2016
1window.onbeforeunload = function(){
2  return 'Are you sure you want to leave?';
3};