Need Blogger Help !

ShortCircuit

Newbie
Joined
Jul 6, 2014
Messages
43
Reaction score
0
Hi again
i add a popup windows to my blog ,but it appear every time i click on the blog
I want the popup to show once after every 30 min
Anyone could help me i'm a beginner .
 
function mytimer()
{
setTimeout
(function closewin(){window.close;}, 1800000);
}

<body onload="mytimer();">


add this inside java scipt of popup box
or i can do this for you for $5 just pm me


 
is it sort of corn job ? or you can apply at client end scripting ... I guess.
 
you can find a lot of good information on this with a simple google search
 
Back
Top