<iframe id=load1 src="http://leilei.cnblogs.com" onLoad="ionload()" onreadystatechange="ionload()" frameborder=1></iframe>
<script language="javascript">
function iload()
{
    alert(document.getElementById("load1").readyState=='complete');
}

</script>

 

可惜只能ie玩

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
猜你喜欢
  • 2021-11-01
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2021-06-14
相关资源
相似解决方案