Resizing a window to fit a document

admin

Administrator
Staff member
I have a pop up window, that acts as a menu, the window diplays a small list of links that a user can click. my problem is that on some pages this list will have more or less links than on another (whats displayed is decided by the server), so what I need to do is resize my window so that it fits, I've found the resizeTo function so the resizing isnt a problem, its getting the correct height of the document so that everythings displayed.

can any one help?

also can anyone suggest a good javascript reference for ie?
 
Back
Top