Adjust window size

Hi all,
is there any way to adjust the size of a or automatically to its content's size?
I have to define a window in my JSP page but at development type I don't know the page which will be loaded into it so I´m not able to decide the height and width attributes.
Thanks in advance
David

window dimension

Hi David,

There is a method called as setWidth and setHeight.
You can call these methods and set everything to auto.

Hope this helps

OK, it works

OK, it works properly.
Thanks a lot, andys
David