Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Can the "#" character be passed via $ENV{QUERY_STRING} ?

by Tanktalus (Canon)
on Feb 24, 2005 at 23:21 UTC ( [id://434303]=note: print w/replies, xml ) Need Help??


in reply to Can the "#" character be passed via $ENV{QUERY_STRING} ?

In a word? No. The # character delimits to the client-side browser where the remote part of the URL stops, and where the anchor to look for starts.

The only way to get that info is to add it before the hash mark, as well as having it after the hash mark:

<a href="script.pl?first&jumpto=second#second">
I really don't think that this should be useful - I'm having a hard time figuring out why you'd want to do this anyway.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://434303]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found