> 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.
btw, besides anchors, in HTML 4.0 you can also use fragments to reference any HTML element, such as a DIV, using its ID attribute. This is very handy if you're already using ID attributes anyway. Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

