Well, I know that's not true because it's working on some <cflocation> tags with a query string and an anchor. At least, it works on IE 6. That's the weirdest thing is that there are other items on the same page that work fine doing the EXACT same code, but not this one. I can't tell if it's a CF problem, a fusebox problem, an HTML problem or a combination of some sort.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 1:03 PM To: CF-Talk Subject: Re: Anchors and CFLOCATION I'm not certain about the missing anchor in the url, but I do know that browsers can't accept both a query string and an anchor... if the url has a query string prior to the anchor, the browser assumes the anchor is part of the query string. If the url has a query string following an anchor, the browser assumes the query string is part of the anchor. Doesn't sound related to your issue, but what I've done in my own apps is passed a url variable and then used javascript to set the anchor. index.cfm?varx=1&hash=myanchor <body onload="document.location.hash='#url.hash#';"> This is a crude example, but it ought to work. Figured I'd share it, just in case. s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205299 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

