六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 35|回复: 0

判断iframe是否加载完毕

[复制链接]

升级  66%

7

主题

7

主题

7

主题

童生

Rank: 1

积分
33
 楼主| 发表于 2013-1-29 11:35:03 | 显示全部楼层 |阅读模式
<head><meta http-equiv="Content-Type" c><title>新建网页 1</title></head><body>   [align=center" style="position: absolute; width: 100px; height: 100px; z-index: 1; left:158px; top:17px" id="load] loading<iframe style="visibility:hidden" onreadystatechange=stateChangeIE(this) onload=stateChangeFirefox(this) name="callframe" id="callframe" width="420" height="100" frameborder="0" scrolling="no" marginheight="0"></iframe><script>       function stateChangeIE(_frame)    {      if (_frame.readyState=="interactive")//state: loading ,interactive,   complete     {       var loader = document.getElementById("load");         loader.innerHTML      = "";            loader.style.display = "none";         _frame.style.visibility = "visible";        }       }    function stateChangeFirefox(_frame)    {        var loader = document.getElementById("load");         loader.innerHTML      = "";            loader.style.display = "none";         _frame.style.visibility = "visible";       }    callframe.location.href="http://www.hao123.com"; </script>   </body></html>

http://www.cnblogs.com/lovko/archive/2009/01/04/1368013.html
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表