Web Hosting Talk







View Full Version : popup window only once...


Mekhu
02-03-2003, 11:18 PM
Anyone know where to find the code that will have a popup window only come up once on a visitor to my site...

I want to bring attention to a new special I have coming out, but when it keeps coming up, you're only gonna piss people off :)

RedLotus
02-04-2003, 12:02 AM
What you're after is something which gives the user a cookie upon visiting.

The code to popup the window should check for the cookie first, if it doesn't exist, popup the window. If it does, do nothing.

Few lines of Javascript should do it, it might not be very common in the JS libraries though.

Mekhu
02-04-2003, 12:45 AM
Thanks Red!