Fred
04-30-2001, 05:12 PM
Anyone know of a Javascript that will create a pop-up window when someone exits a website? Not when they leave a page, but when they leave the domain all together? Any leads would be great.
![]() | View Full Version : Exit Javascript Fred 04-30-2001, 05:12 PM Anyone know of a Javascript that will create a pop-up window when someone exits a website? Not when they leave a page, but when they leave the domain all together? Any leads would be great. DigitalXWeb 04-30-2001, 10:09 PM Check out the javascripts on hotscripts.com they have quite a few that might be what you are looking for. Also may want to try looking here also. Not sure if they have anything like this or not. codebrain.com and dynamicdrive.com etLux 05-01-2001, 01:17 AM Ahem. We have a tool for that... http://codelifter.com/pop5index.html But really, all you need to use is the onunload event in the body tag to call the launch function. DigitalXWeb 05-01-2001, 11:54 PM etLux, Sorry about the oversight! I wasnt sure off the top of my head if you had anything or not. That is why I just posted the link.:) etLux 05-02-2001, 01:04 AM No prob... stop by when you have a chance -- I've been building up the JavaScript section pretty steadily. DigitalXWeb 05-02-2001, 08:46 PM etLux, Will do!!:) |