egyptianweb Junior Member Joined May 23, 2011 Messages 146 Reaction score 35 Oct 21, 2013 #21 how can i open another url when Reload site tell me plz thanks
D DuttyRock Newbie Joined Jan 24, 2012 Messages 22 Reaction score 1 Sep 22, 2014 #22 How can i modify this to be a popunder or just make it open a window underneath?
L LessQQmorePewPew Newbie Joined Mar 20, 2013 Messages 9 Reaction score 1 Apr 28, 2015 #23 Just delete this line: setCookie('popundr', 1, 24 * 60 * 60 * 1000);
C cliosport Newbie Joined Apr 28, 2015 Messages 2 Reaction score 1 Apr 28, 2015 #24 LessQQmorePewPew said: Just delete this line: setCookie('popundr', 1, 24 * 60 * 60 * 1000); Click to expand... This works in firefox, but in chrome it is still a popUP. Anyone any idea?
LessQQmorePewPew said: Just delete this line: setCookie('popundr', 1, 24 * 60 * 60 * 1000); Click to expand... This works in firefox, but in chrome it is still a popUP. Anyone any idea?
TB Ann Regular Member Joined Mar 2, 2015 Messages 470 Reaction score 52 Feb 25, 2016 #25 cool trick. Thanks OP
A ab320012 Newbie Joined Mar 20, 2016 Messages 8 Reaction score 0 Mar 27, 2016 #26 if you have jquery this should be enough Code: $(document).ready(function(){ $(window).click(function () { initPu() }); });
if you have jquery this should be enough Code: $(document).ready(function(){ $(window).click(function () { initPu() }); });