Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open maximized? 1

Status
Not open for further replies.

Christylh8

IS-IT--Management
Jul 14, 2002
25
0
0
US
Is there any code which could make HTML document or page always open maximized/full-screen?

Thanks!

Christy
 
Hi,

You can use this:

<script language=&quot;JavaScript&quot;>
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);self.focus();
</script>

Hope this helps!
greenjumpy.gif
NATE
design@spyderix-designz.com
 
Thank you so much...it worked! :)

Christy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top