Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q710 Is there a way to open a maximised window in Internet Explorer?

irt.org | Knowledge Base | JavaScript | Window | Q710 [ previous next ]

Q710 Is there a way to open a maximised window in Internet Explorer?

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>

Feedback on 'Q710 Is there a way to open a maximised window in Internet Explorer?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.