<cfhttp method="POST" url="yerForm.cfm">
    <cfhttpparam type="FORMFIELD" name="field1" value="val1" />
    <cfhttpparam type="FORMFIELD" name="field2" value="val2" />
    <cfhttpparam type="FORMFIELD" name="field3" value="val3" />
    <cfhttpparam type="FORMFIELD" name="field4" value="val4" />
</cfhttp>

Then you also have access to the result in the cfhttp struct that gets 
returned.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to