Quote:
Originally Posted by BBNuno
I need to add some code that will open a popunder when the user clicks on play, this popunder only shows 1 time every 24 hours.
|
Sounds like a good job for Javascript/JQuery. I don't know how you're going to do the 24 hour requirement. You can do a cookie, but that means your server has to remember something no matter what.
Egon