HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How to?
Post new topic   Reply to topic    HTML Help Forum -> DHTML
View previous topic :: View next topic  
Author Message
zaman1111



Joined: 10 Aug 2005
Posts: 1

PostPosted: Wed Aug 10, 2005 6:40 am     How to? Reply with quote

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 since I will have part of the report in the top frame also. How can I resolve this? All i want is the top part fixed where the bottom part is scrollable. Thanks, Very Happy
nagasree



Joined: 21 Sep 2004
Posts: 82
Location: Hyderabad, India

PostPosted: Thu Nov 24, 2005 3:26 am     Reply with quote

Hope this gives you an Idea..

Code:

<html>
   <head>
      <title>document</title> 
   </head>
   <body>
   <table border="0" cellpadding="0" cellspacing="0" width="780"><tr><td>
      <table border="1" cellpadding="0" cellspacing="0" height=100 width="100%"><tr><td>Top Report</td></tr></table>
     <div style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 300px;">
      <table border="1" cellpadding="0" cellspacing="0" height=500 width="100%"><tr><td>Bottom Report</td></tr></table>
     </div>
   </td></tr></table>
   </body>
</html>


-Nagasree
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> DHTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial