It's because the href attributes that CF will try to resolve aren't using double quotes.
<a href=job_view.php3?recordid=2188... should be <a href="job_view.php3?recordid=2188..." for resolveurl to have an effect. A Replace or REReplace should fix things for you. Adrian http://www.adrianlynch.co.uk/ -----Original Message----- From: Nate Barnes [mailto:[EMAIL PROTECTED] Sent: 20 May 2008 21:06 To: CF-Newbie Subject: cfhttp and links I am using CFHTTP to bring in job listings. The code I am using is: <cfhttp method="GET" url="http://www.servingschools.com/html/job_results.php3?districtsearch=F almouth" resolveurl="Yes" > When I click on the links on the website it opens them within my site so it starts with http://www.falmouthschools.org/supt/ rather than http://www.servingschools.com/ Any ideas what I am doing wrong would be appreciated? Thanks, Nate Barnes Falmouth School District ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3653 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
