关于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里面改,怎么弄,求详细解答。
展开
 我来答
husonghaoyue
2013-08-13 · TA获得超过133个赞
知道小有建树答主
回答量:99
采纳率:0%
帮助的人:71.4万
展开全部

              

        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);");

    这句话里面的

打井思饮92
2013-08-21 · 超过19用户采纳过TA的回答
知道答主
回答量:124
采纳率:50%
帮助的人:37.5万
展开全部
定时。setInterval(函数名,时间)
前面弹出的部分写一个函数里面 就行了当然了这么写不正规
正常是setInterval(整个程序运行的过程,时间);
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式