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

Auto Maximize window? 1

Status
Not open for further replies.

august

MIS
Joined
Aug 24, 2000
Messages
150
Location
PH
How can i make my window maximize during openning?

thankz! THANKZ!
August
agencisa@yahoo.com
 
Here you go :

<script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;>
function full_screen(){
window.moveTo(0,0)
window.resizeTo(screen.width,screen.height)
}
</script>

<body onload=&quot;full_screen()&quot;>
Regards

Big Dave

davidbyng@hotmail.com


** If I am wrong I am sorry, but i'm only trying to help!! **

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top