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

Q867 Can I set the resolution of the users browser to the maximum available screen width and height?

irt.org | Knowledge Base | JavaScript | Screen | Q867 [ previous next ]

Q867 Can I set the resolution of the users browser to the maximum available screen width and height?

Only in Netscape Navigator 4 or Internet Explorer 4 with:

<script language="JavaScript"><!--
if (window.screen) {
    window.resizeTo(screen.availWidth,screen.availHeight)
    window.moveTo(0,0);
}
//--></script>

Internet Explorer allows a window to be opened in fullscreen mode, see FAQ710 Is there a way to open a maximised window in Internet Explorer? for details.


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.