You are here: irt.org | FAQ | JavaScript | Window | Q1128 [ previous next ]
In Netscape you will be warned before making the window smaller than 100*100 pixels and you would need to sign the script:
<script language="JavaScript"><!--
if (document.layers) {
netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserWrite');
window.resizeTo(1,1);
}
//--></script>