|
hi,
iam new to this forum.am trying to create one exit window when an user leaves the page or exits from That page(both).the problem is, i have tried every available code on net.but popup blocker is blocking the exit window.the code i used is,
------------------------------------------------------------------------------
[u]in the <head> section,[/u]
<SCRIPT LANGUAGE="JavaScript">
function leave() {
window.open('http://www.google.com','','toolbar=yes,menubar=yes,location=no,height=500,width=500');
}
</SCRIPT>
[u]in the <BODY> section,[/u]
<BODY onUnload="leave()">
-------------------------------------------------------------------------------
can any one help me with the code to build an unblockable exit window? and am using google toolbar along with windows popup blocker.
thanks and regards,
cherosh
|
|
|
|
|
|
|
// |