[Zope] An anchor in URL
Kevin Carlson
khcarlso@bellsouth.net
Wed, 15 Jan 2003 12:45:01 -0500
You could get the URL from the request and call the split function from
the string module.
Klimovich Alexander wrote:
>Hi, everybody!
>
>Please, advise, can I somehow get an anchor from the URL in dtml method (or python script),
>e.g. have URL:
> http://localhost:8080/mysite/index_html#18
>I have to get the value of anchor, but how ?
>
>Thanks.
>
>Sincerely yours,
>Alexander Y. Klimovich
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>
>
>