I have a multi-page link site (links open in a new window). I want an exit console that will open only when the surfer leaves my domain. Where can I find some script for this? Thanks.
Exit Console help
Collapse
X
-
Exit Console help

Porn Wealth Everything the newbie adult webmaster needs to know. Buy it, or sell it through our 50% affiliate program!Tags: None -
This is the script I use to popup when surfers leave my site
<SCRIPT LANGUAGE="JavaScript">
<!-- begin x-it code
var exit=true;
function xit()
{
if (exit)
open("http://www.yourdomain.com");
}
// end x-it code -->
</SCRIPT>
Throw this in your body tag
onunload="xit()"
and all of your a href tags you should look like this <a onClick="exit=false" href="somepage.htm"> the exit false ensures that the popup wont load if they are just surfing and clicking other links. It doesn't work if they use the browser's back button, keep that in mind.
However, if someone has an easier way I would love to learn a new trick
Phone Sex converts... Fetish, Gay, Crossdressers, Tranny, BDSM, MILF,CFNM, Cuckolds and more! $50 per new member -
That code doesn't seem to do what I need which is to have the console pop when you leave the DOMAIN (rather than when you leave the page).
If you put exit=false on the link from the index to the main page, then the console never pops at all even if the surfer then clicks away from the main page.
I used to solve this problem by having the whole site load in a frame but I don't want to do it that way anymore.
Porn Wealth Everything the newbie adult webmaster needs to know. Buy it, or sell it through our 50% affiliate program!Comment
-
Anyone? Anyone?
Porn Wealth Everything the newbie adult webmaster needs to know. Buy it, or sell it through our 50% affiliate program!Comment
-
-
Still need help with this . . .

Porn Wealth Everything the newbie adult webmaster needs to know. Buy it, or sell it through our 50% affiliate program!Comment
-
c'mon, someone's gotta know this. . .
Porn Wealth Everything the newbie adult webmaster needs to know. Buy it, or sell it through our 50% affiliate program!Comment


Comment