[Zope] Page navigation

Alexander sumbatov@yahoo.com
Mon, 07 Oct 2002 14:22:49 -0000


Hi all!

I would like to do a simple page navigation in my DTML Method.
So I have 
<a name="Top"> 
and few 
<a href="xxx#Top">On Top</a>
The question is what should I write instead of "xxx" to make 
navigation working without page reloading?

Thanks.