Forum Moderators: open
<a name="foo"></a>
I create an internal link to the anchor as:
<a href="#foo">Read more about Foo here</a>
In an application involving a single large html document containing hundreds of such internal links I have found that IE6 only supports such internal links up to a certain point. If the number of internal links goes up in the hundreds the links at the end of the document cease to work, i.e. nothing happens when you click on them. I don't get any error messages from IE6, in fact I don't get any messages at all.
Has anyone run into this before?
Why not link to a new page, or pop-up mini pages.
Web pages lose usability if longer than 2 (two) printable pages, breadcrumbs are more effective than "a name" anchors.
Can't say I have seen the same thing but a document that has 100 "on page" anchors seems really long and not focused on individuals users.
I agree. However, in this case the file is a log file displaying the results of a "system run" and it is for admin eyes only. It would have been convenient for handling purposes to contain all results in one file but if there is no solution to this problem I have to split the file into smaller pieces as you are suggesting...
No one (even admin use) is going to find this useful. Web pages though a monitor must be scan-able.
If printing is not feasible then develop this as a PDF or Word Doc where anchors can still be applied but is now application based controlled rather than browser controlled.