<script type="text/javascript">
window.onbeforeunload = tst
function tst(event) {
return "AAA"
}
function dofocus() {
frames[0].focus()
}
</script>
</head>
<body onload="dofocus()">
BUG: Chrome: when an iframe is focused, closing the window will not call onbeforeunload.
<iframe src="URL"></iframe>
Hocam böyle bir kod buldum ancak buda soru soruyor Yönlensinmi diye.
https://www.r10.net/php/1392160-ifram...n-replace.html