Browser window open to full

wxdqz

New Member
Hello..


What I am trying to do is have my index.html web page load opening to full screen.

I've worked with the JS for opening another window:
<script>
<!--
window.open("bigpage.html","fs","fullscreen,scrollbars")
//-->
</script>
and closing it:
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"#" OnClick="window.close('fs')">Close window</A>

But that's not what I want.

The JS script only opens another window from an already existing window.

I want to start out with a full screen window...

Thanks for any help you may be able to give..

Dave
 
Back
Top