window.resizeTo gives an error

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
 
R

Rob ^_^

Hi Dave,

Why not make your dialog resizable? With your tables /layout set to 100%
width and height.

There is an entry in MSDN for the Access denied script error message (but I
am tool lazy to find it for you)

Also are you using a popup blocker?

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top