PDA

View Full Version : disabling maximise button?!?!


SpeedFreak
09-25-2002, 07:48 AM
hey,

how can i disable the maximise button on a popup window???
for this site: http://ozbox.ausgamers.com/180 i have the popup window which is 750x525 pixels in size so that it is consistent in all resolutions (down to 800x600) but i want to disable the minimize button because it makes the whole site go out of 'shape'

how can i do this??

cheers :thumbsup:

glenngv
09-25-2002, 07:55 AM
i assume you open the popup window like this:

window.open("test.htm","","location=0,width=750,height=525")

if so, you can add:

window.open("test.htm","","location=0,resizable=0,width=750,height=525")