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

Feedback on: irt.org FAQ Knowledge Base Q212

irt.org | About | Feedback | 1831 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q212

Sent by
Nick Lowe on October 06, 2000 at 14:45:52:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
I have written a simple script that automatically maximises the browser window when it is loaded within a webpage in both Netscape and Internet Explorer.

The script goes as follows:

<script language="JavaScript">
window.moveTo(0,0);
if (IE) {
window.resizeTo(screen.availWidth,screen.availHeight);
}
if (NS) {
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
</script>

Nick Lowe
nicklowe@ukonline.co.uk


Other feedback on 'irt.org FAQ Knowledge Base Q212' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.