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

HTML页面右上用JS导入HTML页面if(navigator.appName Netscape){document.write(object typetext/

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>");}
?