Tom... I'm not following you... Please explain how I don't have to evaluate the domain on each page?
-----Original Message----- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 6:58 AM To: CF-Talk Subject: Re: Is there anything inherently wrong with this Application.cfm file? On Thursday 12 Apr 2007, Che Vilnonis wrote: > <!--- determine the domain name. ---> > <cfset strSiteUrl = LCase(Replace(cgi.server_name, "www.", "", "ALL")) > /> You can save doing this work each and every call by giving move than one item in each case. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275125 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

