You are here: irt.org | FAQ | JavaScript | Window | Q710 [ previous next ]
You can open a new window and set fullscreen=yes:
window.open("page.html","winname","fullscreen=yes")
To actually open a maximised window instead of a fullscreen window you would need to use something similar to:
<script language="JavaScript"><!-- if (window.screen) self.resizeTo(screen.availWidth,screen.availHeight); //--></script>