Question : Need to make a popup show 5 minutes after the users exit

Hi I am doing work for a client and I need to know how to make a popup window show like 10 minutes after a user leaves the site. I need this in javascript.

Answer : Need to make a popup show 5 minutes after the users exit

check this : http://webscripts.softpedia.com/scriptDownload/Auto-Hide-Popup-Download-23045.html

you create a hidden window before the user close it and when the popup window detect the parent is closed (set a timer to check if window.opener is null) you run a second timer to show itself after 5 minutes
Random Solutions  
 
programming4us programming4us