Your problem isn't with CF, really. You're attempting to use Google, and it's rejecting your attempt. When I tried your code out, I got this in my handy packet-sniffer:
Forbidden Your client does not have permission to get URL /translate_c?hl=en&ie=UTF-8&oe=UTF-8&langpair=en%7Ces&u=http://atlantis.dmvw ebhosting.com/homes.cfm&prev=/language_tools from this server." So, try this instead: <cfhttp ... useragent="Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130"> Or, use any other valid browser's user agent string. 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 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

