<script type="text/javascript"> window.onbeforeunload = function () { return 'Are you really want to perform the action?'; } </script>
window.onbeforeunload = function() { return "Data will be lost if you leave the page, are you sure?"; };