Hi,

On 18.03.2009, at 15:47, NoviceSortOf wrote:

>
> We have a web form where the enduser clicks on a link and
> is moved to different parts of the page.
>
> With the previous 3 generations of the site, we simply did something
> like the following .
>
> ...in html to mark the spot
> <a top_of_page>
>
> ...in html to jump to the spot.
> < href="/mypage#top_of_page">
>
I'd guess that the href doesn't match the current url, so the browser  
think it has to load the page in the href before being able to jump to  
the
anchor. This doesn't really have much todo with django.

adi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to