Click to See Complete Forum and Search --> : dinamically size the window to fit content


kindra
03-26-2003, 09:46 AM
I have several pop ups that I would like to fit to content, this content is dinamically given by php, but I have tried to make it short enough at least to doesn't need scroll.
By the moment, thouse pop ups are sized to 650X550, but I would like them to size dinamically to just fit the content!!
:D

khalidali63
03-26-2003, 03:29 PM
it should be fairly easy ,provided you already know the X and Y coords for the content.
window object has attributes such as
width and height that can be set at the run time

Cheers

Khalid