Hi Keiya,

In looking at the HTML for that page, it seems like the #v-number anchors
have no place to link to. These are sometimes called fragment identifiers
(if you want to research further), and they usually need a location within
the document which matches the name after #. For example, if you had a div
like this:

<div id="myanchor">Some text</div>

You could jump to it by clicking on a link this this <a
href="#myanchor">Jump to some text</a>

Happy coding,

Jeff


On Mon, Apr 13, 2009 at 9:02 PM, ke...@kanno.com <ke...@kanno.com> wrote:

>
> Hi,
>
> I'm developping Django application on GAE but I have a problem.
>
> I made a link to jump to the specified place of the page with "ID". The
> link works if I open it in new window, but If I just click the link,
> nothing happen. Do you have any idea?
>
> Here is the page where I have a problem.
>
> http://123.latest.ibibleapps.appspot.com/strongssearch/i/verselist?book=1&chapter=1
>
>
> Thanks,
> Keiya Kanno
>
> >
>

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

Reply via email to