Me again.
I think this should work but I'm probably doing something wrong. I am trying to resize a window in ie5 by using
window.resizeTo(400,300);
However the window seems to always be sized to around 100x100
this is also inside a frame so i'm not sure if that has any bearing but top.resizeTo doesn't work either.
Finally this is a ie modalDialog so I wondered if there was a limitation in ie5 which prevented modal dialogs from being resized?
THanks
I think this should work but I'm probably doing something wrong. I am trying to resize a window in ie5 by using
window.resizeTo(400,300);
However the window seems to always be sized to around 100x100
this is also inside a frame so i'm not sure if that has any bearing but top.resizeTo doesn't work either.
Finally this is a ie modalDialog so I wondered if there was a limitation in ie5 which prevented modal dialogs from being resized?
THanks