In my JS app Im registering
window.onbeforeunload = function(e) { return "Do you want to exit this page?"; };
This work