Home All Groups Group Topic Archive Search About

Window scrollbars and dynamic table length

Author
28 Jun 2005 9:50 PM
Jack Black
OK, this is probably a real basic question, but I'm drawing a complete blank
on how to solve it.

I have a window that has been opened via the javascript window.open method,
with the appropriate parameters for enabling scrollbars and resizing.  In
that window I have a dynamically generated table, whose length can be quite
long.  The problem arises in that the table can get longer than the original
window size, but the scrollbars aren't appearing!  Presumably since the
table is server-side generated, the window should recognize the page length
when the html is dumped to it, but it isn't for some reason.  Is there a
trick to getting this to work?  I'd also rather not resize the window itself
for this particular function...

Any suggestions?
Jack

Author
29 Jun 2005 6:35 PM
Michael Baltic
The scroll bars aren't appearing?  On what?  The window or the table?  Are
you using an html table or a server control?
--
Staff Consultant II - Enterprise Web Services - Cardinal Solutions Group

Future Business Model - National City Mortgage


Show quoteHide quote
"Jack Black" wrote:

> OK, this is probably a real basic question, but I'm drawing a complete blank
> on how to solve it.
>
> I have a window that has been opened via the javascript window.open method,
> with the appropriate parameters for enabling scrollbars and resizing.  In
> that window I have a dynamically generated table, whose length can be quite
> long.  The problem arises in that the table can get longer than the original
> window size, but the scrollbars aren't appearing!  Presumably since the
> table is server-side generated, the window should recognize the page length
> when the html is dumped to it, but it isn't for some reason.  Is there a
> trick to getting this to work?  I'd also rather not resize the window itself
> for this particular function...
>
> Any suggestions?
> Jack
>
>
>