| Author |
Frameset JSP
|
abu kamruzzaman
Greenhorn
Joined: Aug 03, 2004
Posts: 12
|
|
|
I have a JSP report. Top part of the report I want to display as the header frame and the bottom part will be scrollable. If i try to use frameset, I have to name the report as 2 files for the frameset src and JDBC will not like that. How can I resolve this? All i want is the top part fixed where the bottom part is scrollable. Thanks,
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Moved to the HTML forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
You cannot split a single request across frames. You'd need to create separate requests, each of which return a separate response, for each frame. If all you are trying to achieve is scrolling, ditch the frames and employ a scrollable div. [ August 09, 2005: Message edited by: Bear Bibeault ]
|
 |
 |
|
|
subject: Frameset JSP
|
|
|