Re: IE is not jumping to hash #someanchor in URL
- From: Toby Inkster <usenet200511@xxxxxxxxxxxxxxxxx>
- Date: Sat, 12 Nov 2005 11:03:57 +0000
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
.
- References:
- IE is not jumping to hash #someanchor in URL
- From: Erwin Moller
- Re: IE is not jumping to hash #someanchor in URL
- From: brucie
- Re: IE is not jumping to hash #someanchor in URL
- From: Erwin Moller
- Re: IE is not jumping to hash #someanchor in URL
- From: brucie
- Re: IE is not jumping to hash #someanchor in URL
- From: Jonathan N. Little
- Re: IE is not jumping to hash #someanchor in URL
- From: Dylan Parry
- Re: IE is not jumping to hash #someanchor in URL
- From: Erwin Moller
- IE is not jumping to hash #someanchor in URL
- Prev by Date: Re: why not use MS Word to create web pages?
- Next by Date: Re: why not use MS Word to create web pages?
- Previous by thread: Re: IE is not jumping to hash #someanchor in URL
- Next by thread: Re: IE is not jumping to hash #someanchor in URL
- Index(es):
Relevant Pages
|