Click to See Complete Forum and Search --> : Auto Window sizing with TABLE


jacknbey
01-18-2005, 07:46 PM
Hi,

There are ways to size the window according to the JPG/GIF size after it loads.

I am looking for a similar way to resize window to fit dynamic table loading.

Since the table display is from dynamic SQL query, I will have no idea how many row it returns each time.

let say I want to set a limit to MAX 10 rows display at one time, and it will resize the windows to fit for < 10 rows, how do I do that?

Regards.