On 1/3/06, "Jürgen R. Plasser" <[EMAIL PROTECTED]> wrote: > Is it possible (or even intended, did'nt read any RFCs regarding this) > to retreive any url like http://www.example.com/index_html#hash (<- > note: hash!) from the request?
The hash and the fragment-identifier that follows are only used by the browser and are not sent as part of the HTTP request. If you need information beyond the document identifier to be sent, you need to use query parameters. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "There is no wealth but life." --John Ruskin _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
