Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q212, October 06, 2000 at 14:45:52:

You are here: 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

©2018 Martin Webb