So I am try to combine anchors and url variables to link to a spot on a page:
Actually: <cflocation url="#HTTP_REFERER###anchor"> an it doesn't work! so I cruise the net for the syntax and I came across this old post. Sure enough the example works - so I changed the syntax - and not it works <cflocation url="#HTTP_REFERER#&s=w##anchor"> I guess the url needs to end in a string? I posted just in case the last question went unresolved. HTH Eric RE: Named Anchors with CF -------------------------------------------------------------------------------- From: Matthew Monahan Subject: RE: Named Anchors with CF Date: Tue, 12 Mar 2002 18:00:06 -0800 -------------------------------------------------------------------------------- I tested my sample on IE 5.5, Mozilla 0.9.9, NS 6.2 and all 3 work for me. -----Original Message----- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 9:14 PM To: CF-Linux Subject: Re: Named Anchors with CF On 3/12/02, Eric Scuccimarra penned: >I have tried this numerous times... It either seems to just ignore the >"#foo" or it sets var2 = "[value]#foo" > >I'll post an example page tomorrow. I've found named anchors don't work with IE when there is a query string. They work fine in Netscape though. -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ 954.721.3452 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

