D
dave
Does anyone have a workaround for using the resizeTo in IE? I've
searched around with google and from what I understand it's a security
issue that IE doesn't let the window resize.
Basically, I have a popup window that I want people to be able to
resize, but then the window will resize to a minimum dimension if they
make it to small.
window.resizeTo(x,y) give me an Access denied error. The popup is from
the same server as the opening window
searched around with google and from what I understand it's a security
issue that IE doesn't let the window resize.
Basically, I have a popup window that I want people to be able to
resize, but then the window will resize to a minimum dimension if they
make it to small.
window.resizeTo(x,y) give me an Access denied error. The popup is from
the same server as the opening window