Knowledge Base Articles » KB100200: In Netscape, the Method: window.open() Does Not Resize the Window.
In Netscape Navigator a call to window.open()
may not resize the new window according to the width and height properties
specified. This can occur if there are ANY spaces in the display properties
string passed as the third argument to the window.open() method. To fix
the problem, remove all spaces from this string.