Click to See Complete Forum and Search --> : moveTo and screen.height limitation on Netscape?


NormB
01-30-2003, 05:17 PM
Hi,
Need some help moving windows in Netscape.

I tried to use the winname.window.moveTo(x,y) to move a pop up window to the bottom of the screen. In IE it works fine, but under Netscape 4.x and above I can't move the pop up past the monitor's display area.

I want it to look like the window is minimized by just showing the pop up window's title bar.

I also had a problem using winname.window.resizeBy(x,y). It seems that Netscape can only resize a window to nothing smaller than a certain size.

Thanks for any help.

NormB
01-31-2003, 12:10 PM
Thanks, Dave.

IE is allowing me to do this. And this security precuation makes sense to me.