# Maximise browser window

**URL:** https://forum.kirupa.com/t/maximise-browser-window/3847
**Category:** programming
**Created:** [September 4, 2001, 12:27pm UTC](https://forum.kirupa.com/t/maximise-browser-window/3847 "2001-09-04T12:27:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 4, 2001, 12:27pm UTC](https://forum.kirupa.com/t/maximise-browser-window/3847/1 "2001-09-04T12:27:35Z")

</div>

Could anyone help me?

I need to know how to make the first page in my web site automatically maximise when a user surfs onto it.

I need this desperately.

Any help appreciated!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 4, 2001, 12:43pm UTC](https://forum.kirupa.com/t/maximise-browser-window/3847/2 "2001-09-04T12:43:49Z")

</div>

GOOD headline!  
But tell us, is this 1st page HTML or Flash?  
If it’s html, you need a javascript to detect the screen.availableWidth + screen.availableHeight, you will, I think, find this at [http://javascript.internet.com](http://javascript.internet.com) …  
Else, in Flash, you have fscommand(“fullscreen”, “true”); to be placed in any keyframe at the beginning, in combination with  
fscommand(“allowscale”, “false”); to keep people from resizing the window.  
Helps?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 4, 2001, 12:52pm UTC](https://forum.kirupa.com/t/maximise-browser-window/3847/3 "2001-09-04T12:52:54Z")

</div>

Thanks for the reply Eyezberg.

The first page is a very simple Flash page, so ill give your suggestions a try!

Thanks again, cheers!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 4, 2001, 1:17pm UTC](https://forum.kirupa.com/t/maximise-browser-window/3847/4 "2001-09-04T13:17:29Z")

</div>

That worked a treat.

Cheers again Eyezberg.

U the man!!!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 4, 2001, 1:35pm UTC](https://forum.kirupa.com/t/maximise-browser-window/3847/5 "2001-09-04T13:35:15Z")

</div>

Welcome, cheers back 2 ya 😉
