> It could be that he uses anchors a lot and typing # > at the end of a file name is habitual (though I've > never met anyone who used them more often than query > strings, being that they're almost mutually exclusive), > or it could be the result of a poorly formed multi-file > replace in CF Studio.
URL fragments, used to reference named anchors, and query strings are not mutually exclusive in any respect. You can use either or both within a request. If you use both, the query string is processed by the application server, and the URL fragment is used by the browser to navigate to the portion of the document specified in the fragment. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

