Correct too. Though Apache::URI::fragment() is present and even documented :)
Probably because some browsers pass this fragment to the server?

Andrei

On Mon, Nov 29, 1999 at 10:16:04AM -0800, Randal L. Schwartz wrote:
> >>>>> "brian" == brian moseley <[EMAIL PROTECTED]> writes:
> 
> brian> im requesting the url
> 
> brian>   http://www.maz.org/foo/index.html#perl
> 
> brian> it appears that neither $r->uri nor $r->parsed_uri retain
> brian> any knowledge of the fragment. they both return
> 
> brian>   /foo/index.html
> 
> brian> is there any way for me to retrieve the fragment info short
> brian> of parsing $r->the_request?
> 
> The server never sees the "fragment", and rightfully so.
> That's for the client only, to scroll down to by looking for <a name=perl>
> once the page has been downloaded.  The server never knows that happened.
> 
> -- 
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
> <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 

Reply via email to