首页 > 后端开发 > php教程 > 【求助】在网页中,设置多个iframe下执行任务,遇到的问题?

【求助】在网页中,设置多个iframe下执行任务,遇到的问题?

WBOY
发布: 2016-06-06 20:10:26
原创
981 人浏览过

【求助】在网页中,设置多个iframe下执行任务,遇到的问题?
情况如下:
本地网页地址为:http://127.0.0.1/index.php
index.php设置了多个iframe来执行任务,

<code>echo "<iframe frameborder="0" height="35" scrolling="no" src="%5C%22/index.php?action=one&id=0%5C%22" width="100%"></iframe>";
echo "<iframe frameborder="0" height="35" scrolling="no" src="%5C%22/index.php?action=two&id=0%5C%22" width="100%"></iframe>";
echo "<iframe frameborder="0" height="35" scrolling="no" src="%5C%22/index.php?action=three&id=0%5C%22" width="100%"></iframe>";</code>
登录后复制
登录后复制

多个iframe地址为执行不同类别的相同任务!
**遇到的问题就是:
任务都是一秒,一个iframe运行一下,再一下,下一个iframe再执行一下,并不是多个iframe同时执行的!**

<code>第一秒
one 1/10
tow 1/10
three 1/10</code>
登录后复制
登录后复制
登录后复制
登录后复制
<code>第二秒
one 2/10
tow 1/10
three 1/10</code>
登录后复制
登录后复制
<code>第三秒
one 2/10
tow 2/10
three 1/10</code>
登录后复制
登录后复制
<code>第四秒
one 2/10
tow 2/10
three 2/10</code>
登录后复制
登录后复制
<code>第五秒
one 3/10
tow 2/10
three 2/10</code>
登录后复制
登录后复制

我想要的效果是同时让多个iframe运行

<code>第一秒
one 1/10
tow 1/10
three 1/10</code>
登录后复制
登录后复制
登录后复制
登录后复制
<code>第二秒
one 2/10
tow 2/10
three 2/10</code>
登录后复制
登录后复制
<code>第三秒
one 3/10
tow 3/10
three 3/10</code>
登录后复制
登录后复制
<code>第四秒
one 4/10
tow 4/10
three 4/10</code>
登录后复制
登录后复制
<code>第五秒
one 5/10
tow 5/10
three 5/10</code>
登录后复制
登录后复制

回复内容:

【求助】在网页中,设置多个iframe下执行任务,遇到的问题?
情况如下:
本地网页地址为:http://127.0.0.1/index.php
index.php设置了多个iframe来执行任务,

<code>echo "<iframe frameborder="0" height="35" scrolling="no" src="%5C%22/index.php?action=one&id=0%5C%22" width="100%"></iframe>";
echo "<iframe frameborder="0" height="35" scrolling="no" src="%5C%22/index.php?action=two&id=0%5C%22" width="100%"></iframe>";
echo "<iframe frameborder="0" height="35" scrolling="no" src="%5C%22/index.php?action=three&id=0%5C%22" width="100%"></iframe>";</code>
登录后复制
登录后复制

多个iframe地址为执行不同类别的相同任务!
**遇到的问题就是:
任务都是一秒,一个iframe运行一下,再一下,下一个iframe再执行一下,并不是多个iframe同时执行的!**

<code>第一秒
one 1/10
tow 1/10
three 1/10</code>
登录后复制
登录后复制
登录后复制
登录后复制
<code>第二秒
one 2/10
tow 1/10
three 1/10</code>
登录后复制
登录后复制
<code>第三秒
one 2/10
tow 2/10
three 1/10</code>
登录后复制
登录后复制
<code>第四秒
one 2/10
tow 2/10
three 2/10</code>
登录后复制
登录后复制
<code>第五秒
one 3/10
tow 2/10
three 2/10</code>
登录后复制
登录后复制

我想要的效果是同时让多个iframe运行

<code>第一秒
one 1/10
tow 1/10
three 1/10</code>
登录后复制
登录后复制
登录后复制
登录后复制
<code>第二秒
one 2/10
tow 2/10
three 2/10</code>
登录后复制
登录后复制
<code>第三秒
one 3/10
tow 3/10
three 3/10</code>
登录后复制
登录后复制
<code>第四秒
one 4/10
tow 4/10
three 4/10</code>
登录后复制
登录后复制
<code>第五秒
one 5/10
tow 5/10
three 5/10</code>
登录后复制
登录后复制

用js做延时

执行任务 消息队列 是你需要的

iframe 是一种诡异实现

相关标签:
php
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板