当前位置: 代码迷 >> HTML/CSS >> HTML页面右下用JS导入HTML页面
  详细解决方案

HTML页面右下用JS导入HTML页面

热度:574   发布时间:2012-10-13 11:38:17.0
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>");
}
?
  相关解决方案