关于js代码的问题,24小时一个IP只弹一次的问题?在线等。
以下是sss.js里面的代码document.writeln("<scripttype=\"text\/javascript\">");document.writeln(...
以下是sss.js里面的代码
document.writeln("<script type=\"text\/javascript\"> ");
document.writeln("var isPoped = false; ");
document.writeln("document.onclick = function() ");
document.writeln("{ ");
document.writeln("if (!isPoped) ");
document.writeln("{ ");
document.writeln("window.open(\'\/dian.html\'); ");
document.writeln("isPoped = true; ");
document.writeln("} ");
document.writeln("} ");
document.writeln("<\/script> ")
请问如何让这段代码24小时只弹一次。试问,在这个代码里面改。怎么改。或者在调用这个代码的HTML里面改,怎么弄,求详细解答。 展开
document.writeln("<script type=\"text\/javascript\"> ");
document.writeln("var isPoped = false; ");
document.writeln("document.onclick = function() ");
document.writeln("{ ");
document.writeln("if (!isPoped) ");
document.writeln("{ ");
document.writeln("window.open(\'\/dian.html\'); ");
document.writeln("isPoped = true; ");
document.writeln("} ");
document.writeln("} ");
document.writeln("<\/script> ")
请问如何让这段代码24小时只弹一次。试问,在这个代码里面改。怎么改。或者在调用这个代码的HTML里面改,怎么弄,求详细解答。 展开
2个回答
展开全部
document.writeln("<script type=\"text\/javascript\"> ");
document.writeln("var isPoped = false; ");
document.writeln("document.onclick = function() ");
document.writeln("{ ");
document.writeln("if (!isPoped) ");
document.writeln("{ ");
document.writeln("window.open(\'\/dian.html\'); ");
document.writeln("isPoped = true; setInterval(function() {isPoped = false;},10000);");
document.writeln("} ");
document.writeln("} ");
document.writeln("<\/script> ");
这里面的10000证明是10秒,1000为1秒,如果是24小时的话 你就要写 60*60*24*1000,自己去算下等于多少。这样子就可以了。
document.writeln("isPoped = true; setInterval(function() {isPoped = false;},10000);");
这句话里面的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询