为什么页面加载多个iframe和div运行速度超慢?
一个页面里加载多个层,每个层里还有一个iframe,为什么静态页面的远行速度都超级慢?具体代码如下:<divid="name"class="divWin"><divcla...
一个页面里加载多个层,每个层里还有一个iframe,为什么静态页面的远行速度都超级慢?具体代码如下:
<div id="name" class="divWin">
<div class="title">
<div class="left iconNote">加载层的标题</div>
<div id="btnClose" class="right" style=" cursor:pointer">返回>> </div>
</div>
<div class="height800px" >
<iframe id="note" src="iframe.html" width="100%" height="600" frameborder="0" allowTransparency="true" scrolling="no"></iframe>
</div>
</div>
<SCRIPT LANGUAGE="JavaScript">
$("#btnOpen").click(function(){
$("#name")
.animate(
{
right: "0"
},{duration:1000,queue:true})
});
$("#btnClose").click(function(){
$("#name")
.animate(
{
right: "-100%"
},{duration:1000,queue:true})
});
</SCRIPT>
也就是同一个页面中调用了有7、8个,结果不管在IE6还是IE8\9中运行,速度都是超级的慢! 展开
<div id="name" class="divWin">
<div class="title">
<div class="left iconNote">加载层的标题</div>
<div id="btnClose" class="right" style=" cursor:pointer">返回>> </div>
</div>
<div class="height800px" >
<iframe id="note" src="iframe.html" width="100%" height="600" frameborder="0" allowTransparency="true" scrolling="no"></iframe>
</div>
</div>
<SCRIPT LANGUAGE="JavaScript">
$("#btnOpen").click(function(){
$("#name")
.animate(
{
right: "0"
},{duration:1000,queue:true})
});
$("#btnClose").click(function(){
$("#name")
.animate(
{
right: "-100%"
},{duration:1000,queue:true})
});
</SCRIPT>
也就是同一个页面中调用了有7、8个,结果不管在IE6还是IE8\9中运行,速度都是超级的慢! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询