`

iframe加载过慢导致主页片刻空白解决方案

阅读更多
<iframe
							id="iframe_proclog"
							width="688"
							height="400"
							frameborder="0"
							scrolling="no"
							style="background-color: white;"
						></iframe>


var initl = function() {
	// iframe加载过慢,导致主页空白解决方案
	$("#iframe_proclog").attr("src", "proclog.action");
	// document.getElementById('IframeID').src= "http://www.baidu.com";
	// iframe加载过慢,导致主页空白解决方案
}

jQuery(function($) {
	initl();
});
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics