摘要:
function HomePage() { if (document.all) { document.body.style.behavior = 'url(#default#homepage)'; document.body.setHomePage(window.location); } else if (window.sidebar) { if (window.netscape) { try { netscape.security.PrivilegeManager.enablePr... 阅读全文