
July 31st, 2000, 10:26 PM
|
|
Junior Member
|
|
Join Date: Jul 2000
Location: Berkeley, CA
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi everyone,
The website I am currently working on contains a sitemap .jsp file that has a problem when displaying in Netscape. When the page is first loaded in each session, the entire sitemap of the website is displayed correctly. Every subsequent reload of the page, though, it displays only portions of the sitemap, varying in size each time, even though the source code shows that all data has been loaded from the server.
The code is essentially as follows:
<body><table><tr><td>image file</td></tr></table>
<!-- Loop to cycle thru db and produce list of content subjects -->
<a href=xyz><%=ContentItem%></a>
<!-- End Loop -->
</body>
Only until you view the source code, will the page display the rest of the large file. I am not sure what the problem is, but IE does not share this issue. If someone can shed some light to if this is a known Netscape problem, and if there is a solution to this, I would appreciate it.
[This message has been edited by chinesedave (edited July 31, 2000).]
[This message has been edited by chinesedave (edited July 31, 2000).]
|