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!

Limit window size and disable the maximize and minimize button

Status
Not open for further replies.

Baixinha

Programmer
Dec 27, 2000
122
BR
Hi,

I'm starting with JavaScript and I have I little problem. I need to open my site in a especific size and disable the two buttons on the top to maximize and minimize the windows.

Someone can help me?


Thanks in advance
 
in the default page you must put in the body tag:

<body onload=&quot;window.open('firstpage.html','xpto','height=600,width=500,menubar=no,scrollbars=no,toolbar=no,location=no,status=no');window.close();&quot;>
</body> Anikin
Hugo Alexandre Dias
Web-Programmer
anikin_jedi@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top