View Single Post
Old 04-04-2012, 06:15 PM  
JosephFM
Confirmed User
 
Industry Role:
Join Date: Feb 2010
Posts: 1,190
Quote:
Originally Posted by CyberHustler View Post
I use this one a lot. Anybody know how to set this to open every browser session?
I ain't no expert but I think this is how to do it.

This opens the popunder every hour:

Code:
setCookie('popundr', 1, 1*60*60*1000);
This opens the popunder every 24 hours:

Code:
setCookie('popundr', 1, 24*60*60*1000);
This opens it every time:

Code:
setCookie('popundr', 1, 0*60*60*1000);
JosephFM is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote