technokid88
Part of a System
- Joined
- 15 Feb 2006
- Messages
- 741
Hey i'm looking for an exit popup, i know everyone hates them. I do too, but someone wants me to get one for there site. Not my sites.
I got one set up, but seems to only work on firefox and not on IE or sarafri.
This is what I got so far.
I got another one that works everywhere DHTML one but its text based and not really what im looking for.
Any one have a good one that i can use?
I got one set up, but seems to only work on firefox and not on IE or sarafri.
This is what I got so far.
Code:
<meta><script language="JavaScript">
function exit()
{
window.open("location of the popup ad or whatever url","p1217394559","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=505,height=250,top=20,left=50");
}
//-->
</script></meta>
In the body I added
<body onUnload="exit()">
I got another one that works everywhere DHTML one but its text based and not really what im looking for.
Any one have a good one that i can use?