Click to See Complete Forum and Search --> : How Can I Tell If a User Left My WebSite ?
Yovav
June 30th, 2001, 07:23 PM
I Want 2 Invoke a Small Window Telling Him That I'll Miss Him,
So How Can I Catch The Closing Event...?
(Like Many Sex Sites Do)
Best Regards - Yovav Gad
EMail: Sources@SuperMain.com
Web-Site: http://www.SuperMain.com
forty7
July 2nd, 2001, 02:00 AM
I've seen this behavior, but I don't have any code examples. It must be client side script. I bet you can go to some site that does it to you and "View Source" for the page and find it. If you do, please post it.
thanx/good luck,
adam
Yovav
July 2nd, 2001, 03:27 AM
That's Right,
I Also think it uses a Regisrty Object
Using VBScript
But The Problem Is That I Can Not View The Source,
Most Cases - It Uses ASP...
Best Regards - Yovav Gad
EMail: Development@SuperMain.com
Web-Site: http://www.SuperMain.com
goddess_spanky
September 10th, 2001, 03:24 PM
I had to take out the "<" tags so this would post, but I hope it helps!
SCRIPT Language="JavaScript"
function subOpWin() {
window.open("mypage.html","","HEIGHT=300,WIDTH=300")
}
/SCRIPT
/HEAD
BODY BGCOLOR="#336699" onUnload="subOpWin()"
~goddess
goddess_spanky@hotmail.com
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.