aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Frameset JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Frameset JSP" Watch "Frameset JSP" New topic
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
    
  14

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
    
  14

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 ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Frameset JSP
 
Similar Threads
scrollbar
Closing Child Window from frameset
frame
Scrollable TextArea
Want to refresh Top jsp(Interesting Question)