On May 10, 2004, at 7:37 AM, Pascal Peters wrote:

> Is it possible to find a named anchor passed in the url (if there is
>  one) in ColdFusion?

I don't think there is a way.  The named anchor (anything after the
hash symbol in a URL) does not get sent to the server, and therefore
does not show up in variables like CGI.SCRIPT_NAME.

If you really need it, you might have to do something like this:

http://localhost/tests/index.cfm?anchorName=foo#foo

The anchor name is then available as the value of the variable
"url.anchorName".

Christian
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to