Hi,
If you can help me with this I would greatly appreciate it.
I would like to know how I can detect users going to another website by typing in another URL in their browser and thus leaving our site. To make things a little more complicated : I want to show a popup in that case, but only when the suer comes from certain pages within my site. So not only will I want to detect users from leaving our site, but also wanna know from which page within our site they come.
Like I said, any input will be appreciated !
Thanx in advance,
Patrick Lentz
Comments
Just check out the following commands/arguments - it will help I guess:
document.referrer
I guess with those two things you can build up some function or website which does what you want, if it does not work - please answer to this and I will look if I'm able to do some sample-sourcecode for ya.
best regards,
sebastian mohrenstecher
executive secretary
net::allies
www.net-allies.de
[email protected]
:
: Just check out the following commands/arguments - it will help I guess:
:
: document.referrer
:
:
: I guess with those two things you can build up some function or website which does what you want, if it does not work - please answer to this and I will look if I'm able to do some sample-sourcecode for ya.
:
: best regards,
:
: sebastian mohrenstecher
: executive secretary
: net::allies
:
: www.net-allies.de
: [email protected]
:
:
Hey Sebastian,
That helped a lot. I went searching and fiddled around some and it turns out that I seem to be able to do what I want with that onUnload event.
Thanx for your help!
Patrick Lentz