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

Q1465 Is there a way to use JavaScript to maximize an exising window?

You are here: irt.org | FAQ | JavaScript | Window | Q1465 [ previous next ]

Try:

<body onLoad="if (document.all || document.layers) { self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight)">

Feedback on 'Q1465 Is there a way to use JavaScript to maximize an exising window?'

©2018 Martin Webb