<script>       
 window.onbeforeunload = function() {            
return "Gerçekten çıkmak istiyor musunuz?";        }   
 </script>