Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

resizing window not working in ie5

Status
Not open for further replies.

pigsie

Programmer
Dec 19, 2000
307
GB
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
 
>>modal dialogs from being resized?

yes, once its opened it cannot be resized...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top