判断 iframe 是否加载完成的完美方法
摘要:
var iframe = document.createElement("iframe");iframe.src ="http://www.baidu.com";if(iframe.attachEvent){ iframe.attachEvent("onload",function(){ ... 阅读全文
posted @ 2012-03-07 12:57 张文的博客 阅读(240) 评论(0) 推荐(0) 编辑