<script>
window.onbeforeunload = cagir;
function cagir()
{
alert("nereye dostum bole");
}
</script>