 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
zaman1111
Joined: 10 Aug 2005
Posts: 1
|
| Posted: Wed Aug 10, 2005 6:40 am How to? |
|
|
| 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, :D |
|
|
nagasree
Joined: 21 Sep 2004
Posts: 81
Location: Hyderabad, India
|
| Posted: Thu Nov 24, 2005 3:26 am |
|
|
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 |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|