To answer this question: In the DOM, window.location.hash will give you the value following the hash in the URL, so you could take that and store it in a session var with ajax.
Dave -----Original Message----- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 2:01 PM To: CF-Talk Subject: RE: How to capture complete url using CF -- including any anchor tag? I remember the same answer. Is there a way JavaScript can access it through window.location.href? If that was possible you could ajax the anchor to your session, or put it in a hidden field or something but that's probably really too much to bother with. ~Brad -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 1:56 PM To: CF-Talk Subject: Re: How to capture complete url using CF -- including any anchor tag? I recall this same issue in a thread in the past 3-6 months....pretty sure the answer was you can't :-( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267698 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

