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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I maximise the browser? 1

Status
Not open for further replies.

hdougl1

Programmer
Joined
Dec 6, 2000
Messages
54
Location
US
How do you maximize the browser on the start up of an asp page?
Thanks in advance
 
<Body onload=&quot;window.window.resizeTo(screen.availWidth, screen.availHeight);&quot;> Water is not bad as long as it stays out human body ;-)
 
Sorry, there was a &quot;window&quot; that was too much (I'm french, forgive my english)
<Body onload=&quot;window.resizeTo(screen.availWidth, screen.availHeight);&quot;> Water is not bad as long as it stays out human body ;-)
 
Thanks
The code in the body tag worked as specified, however the browser loaded a couple of inches of the top left corner. I'm trying to figure out what commands to add to the body tag to load the page in the top left corner a screen.maximixe position. I searched the internet with the code you sent and found more examples at Thanks a bunch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top