> On Tuesday, Jun 17, 2003, at 10:50 US/Eastern, Adrian Lynch wrote:
> 
> > ListLast("http://somehost.com/pagename.cfm?param1=foo#bar";, "##")
> >
> > Not sure if there's a CGI var for this.
> 
> Sorry, I should have been more clear. I'd like to be able to 
> detect the 
> fragment ID within the requested page. The page receiving the request 
> is acting as a dispatcher and I need to be able to read the 
> fragment ID 
> from the incoming URL as it were and then pass it along to 
> the eventual 
> CFLOCATION call.

(for your example)
ListLast("#cgi.http_referer#", "##")

(if you want the full query string)
ListLast("#cgi.http_referer#", "?")

HTH,
Dave


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to