Forum Moderators: open
<SCRIPT LANGUAGE="JavaScript">
<!--
window.resizeTo(430,400);
window.menubar.visible = false;
window.toolbar.visible = false;
window.locationbar.visible = false;
window.statusbar.visible = false;
window.personalbar.visible = false;
window.sidebar.visible = false;
//--></SCRIPT>
HOWEVER...
If Netscape's Sidebar is open, I don't get the full window. I realize I can control interior page size, but this is a no go for IE, so would prefer to avoid it.
Is there another way, similar to the window.sidebar function?