Click to See Complete Forum and Search --> : How to make a popup open every 24 hours?


thenetfreaker
12-16-2003, 03:01 AM
How to make a popup open every 24 hours depending on that the main page is open for a week ?

clairec666
12-16-2003, 05:20 AM
Who in their right mind would keep the page open for a week? You could use a timeout, with time set to 1 week (1000x60x60x24 milliseconds!) or set the page so it refreshes every so often, and use an if statement to test if it is the right time to open the popup.