This works good, if i refresh the page, or close browser, but for the life of me i can not get the window to popup if i surf to page that breaks me out of frames. Please help me out here... This should be simple but it isn't...
<SCRIPT LANGUAGE="JavaScript">
function leave() {
if(confirm("Are You Leaving or Refreshing the page ? If so - Press OK. If a frame breaker ? Then - Press Cancel")) {
}
else {
window.open("test.php?user=<? print $username ?>&url=<? print $url ?>","report","width=500,height=250");
}
}
</SCRIPT>
Now i do use a onunload in body tag.