Window.open question

wxdqz

New Member
I need to launch a new window that is maximized and can not be resized. Here is what I have tried:
windowFeatures = "resizable = no";
newWindow = window.open "../html_app/apframe.html",n_win,windowFeatures)

On my PC at home (W2K OS, IE5.5, the app launches a maximized new window and you can not resize it.
On my PC at work (W2k OS, IE 5.0), the app launches a new window that is not maximized and you can resize the window.
On another PC running XP and IE6.0, the app launches a new window that is not maximized and can not be resized.

What gives here? I need to ensure that when I launch the new window, the window is maximized and can not be resized. Any suggestions????

Thanks in advance for your help.
 
Back
Top