Re: IE is not jumping to hash #someanchor in URL



Erwin Moller wrote:

> I noticed that if I place the anchor INSIDE the table, things work as
> expected. If I place it BEFORE the table, it is not working.
>
> It looks like IE want to jump to the right location, but it did not finish
> loading the page, the somehow 'forgets' to make the jump.
>
> Another thing I noticed: If I enable output buffering, all works as it
> should.

Let me guess -- the table contains lots of data pulled from some external
source (e.g. an SQL database). This means that the page is sent to the
browser a tiny bit at a time, while the data is slowly loaded from the
external source.

This causes the forgetting that you talk about.

By buffering the output, you create the entire page and then shove it to
the browser in one big push. IE doesn't have time to "forget".

I've seen something similar before, but never cared enough to fix it. It's
an inexact science and will probably vary on a day-to-day or hour-to-hour
basis, depending on how much strain your external data source is under.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

.



Relevant Pages

  • Re: Couple of probs
    ... Do you have 'any' connection or is it just the browser that won't ... and then test the connection to the router before going any further. ... (Mind you I would also jump up and down, ... With firefox closed, go into firewall settings and remove all mention of firefox. ...
    (uk.people.silversurfers)
  • Re: Detection of data changes in a page
    ... My ten pages are not called by a standard web browser but by a industrial ... The page names are implemented in this browser and so the user can jump to ... >>> You can make use of session variables here, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IIS Basic + Integrated Authentication slow
    ... will jump from anonymous to Basic. ... While the sequence is anonymous, ... > browser, the browser WILL NOT fall back to Basic if the ... > access via Integrated fails. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Getting the full URL
    ... this is all handled on the client side; the browser scans the HTML ... In fact, in some scenarios, ASP can cause ... > "Nathan Sokalski" wrote in message ... >> about URLs that jump to a specific part of the page (using something like ...
    (microsoft.public.inetserver.asp.general)