Yep, cfinclude should work for you

if you're sending them from your site to the payment gateway (thats what 
it looks like) are you sure you want to pass the merchant ID in the url?

You probably don't even need the cfhttp, just do <cflocation 
url='http://website.com/?var1=urlencodedformat(val1)&etc=urlencodedformat(etc)' 
addtoken='no'>

Joe Velez

Mike Little wrote:
> thanks joe,
>
> so i should be using cflocation after the cfhttp script?
>
> bacially i just need to make sure the user goes through to the 3rd party 
> payment page with the form elements.
>
> for other apps i use a com object but this is a new company the clients has 
> chosen to use :o(
>
> mike
>
>
>   
>> Mike
>>
>> CFHTTP does not redirect the user to a site
>> CFHTTP acts like your browser and sends information to the URL you 
>> specify in the tag. Then, you get response [CFHTTP.FILECONTENT] and do 
>> what you want with it. Look at it for a SUCCESS or FAILURE type of 
>> message then display the appropriate info to your user on your site.
>>
>> You can use CFLOCATION to redirect the user to a different URL
>>
>> - Joe Velez
>>
>>
>> Mike Little wrote:
>>     
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:306864
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to