Connecting Tech Pros Worldwide Forums | Help | Site Map

how to pop an exit console correctly

John Hoge
Guest
 
Posts: n/a
#1: Jul 23 '05
I would like to open an exit pop when a user leaves my site, but I
don't want to the back button to trigger the pop if the user remains
in my site.

I'm using the onUnload attribute of the Body tag to do this. All
internal links set a variable of inSite to true on their onClick event
handler, so the exit pop will not open if the user follows an internal
link.

Should the user hit the back button, the pop will be displayed. Is
there a better, cleaner way to determine when the user has left a
site?

Randy Webb
Guest
 
Posts: n/a
#2: Jul 23 '05

re: how to pop an exit console correctly


John Hoge wrote:
[color=blue]
> I would like to open an exit pop when a user leaves my site, but I
> don't want to the back button to trigger the pop if the user remains
> in my site.[/color]

So, when they decide to leave your site, you either want to ask them if
they are sure "Are you sure you really want to leave my site", you want
to popup an advertisement "Hey, you left my site, will you buy
something?", or, you want to popup something else? Nice.....
[color=blue]
> I'm using the onUnload attribute of the Body tag to do this. All
> internal links set a variable of inSite to true on their onClick event
> handler, so the exit pop will not open if the user follows an internal
> link.[/color]

I wont see the popup either way. Whether onSite or offSite. My popup
blocker ensures that I won't see it.
[color=blue]
> Should the user hit the back button, the pop will be displayed. Is
> there a better, cleaner way to determine when the user has left a
> site?[/color]

Yes, stop trying.

What happens if I open your main page, then I navigate to a sub-page,
and then type in the URL to the main page again. Should I get the popup?
I didn't navigate away from the page via a link, yet I would get the
popup even though I am still on your site?

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/
kaeli
Guest
 
Posts: n/a
#3: Jul 23 '05

re: how to pop an exit console correctly


In article <d0f2d316.0405251246.fc3663f@posting.google.com> , jhoge123
@yahoo.com enlightened us with...[color=blue]
> I would like to open an exit pop when a user leaves my site, but I
> don't want to the back button to trigger the pop if the user remains
> in my site.
>[/color]

God, I love my blocker software for IE and my option to turn off that
nonsense with Netscape and Opera.

Why in the world would you want to annoy people like that?
Either you're being irritating on purpose or you've coded something that
doesn't scale nicely and clean up after itself. Either way, stop that.
If your code is the problem, share. We can probably help you fix it.

--
--
~kaeli~
What if the Hokey Pokey IS what's it's all about?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Closed Thread