日期:2014-05-17  浏览次数:20587 次

HTML页面右上用JS导入HTML页面
if(navigator.appName == "Netscape"){
	document.write("<object type='text/html' data='Public/header.html' width=100% height=147></object>");
}else{
	document.write("<object type='text/x-scriptlet' data='Public/header.html' width=100% height=147></object>");
}
?