如题代码

document.write("<iframe id=\"frame1\" scrolling=no frameBorder=0  width=1050 height=700  src=\"http://www.cnblogs.com/dso.html\">");
document.write("</iframe>");
frame1.document.onreadystatechange=fnStartInit;

function fnStartInit(){
//	alert(frame1.document.readyState);
	if (frame1.document.readyState=="complete"){
	//	alert("加载完");
	}
}

  

相关文章:

  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2022-02-28
  • 2022-02-12
  • 2021-09-20
  • 2022-12-23
相关资源
相似解决方案