Can anyone tell me why this code doesn't work in the Opera browser? It's supposed to open a tiny pop-up window when the browser is closed.
URL:
Here's all the code from the html file:
<body onUnload="logoff();">
When you close this window, CNN will open in a very tiny window.
<SCRIPT LANGUAGE="Javascript">
function logoff() {
window.open( ' 'POPUP', 'toolbar=no,scrollbars=no,width=1,height=1' );
}
</SCRIPT>
</body>
URL:
Here's all the code from the html file:
<body onUnload="logoff();">
When you close this window, CNN will open in a very tiny window.
<SCRIPT LANGUAGE="Javascript">
function logoff() {
window.open( ' 'POPUP', 'toolbar=no,scrollbars=no,width=1,height=1' );
}
</SCRIPT>
</body>