hi guys, i am using the following code (after inputting order details to db) to send form variables to a 3rd party processor.
<cfhttp method="post" url="http://www.theirwebsite.com/" redirect="yes" throwonerror="yes"> <cfhttpparam name="account_id" value="xxxxxx" type="formfield"> <cfhttpparam name="cmd" value="_x3party" type="formfield"> <cfhttpparam name="reference" value="#merchantRef#" type="formfield"> <cfhttpparam name="amount" value="#amount#" type="formfield"> <cfhttpparam name="return_url" value="http://www.mywebsitecom/" type="formfield"> <cfhttpparam name="customer_email" value="[EMAIL PROTECTED]" type="formfield"> </cfhttp> everything runs fine on submitting, however the page does not redirect to their site and i receive no error from the cfhttp so i cannot see what is going wrong? can anyone shed some light on what i may be missing. thanks heaps. mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:306856 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

