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
6 June, 2008 - 13:02 — andysHi 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
16 June, 2008 - 11:19 — DavidOK, it works properly.
Thanks a lot, andys
David