brwoser prompt before reload

JavaScript
window.onbeforeunload = function(){ return 'Do you want to reload the page?';}
Source

Also in JavaScript: