<!--- Send form fields --->
<cfhttp url="" method="post">
<cfhttpparam type="formfield" name="variableName"
value="#variableValue#">
<cfhttpparam type="formfield" name="variable2Name"
value="#variable2Value#">
</cfhttp>
<!--- Output action page --->
<cfoutput>#cfhttp.FileContent#</cfoutput>
Chris Peters
-----Original Message-----
From: Cornillon, Matthieu (Consultant)
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 05, 2004 3:39 PM
To: CF-Talk
Subject: RE: form variables without forms?
> have you tried cfhttp?
Lawrence,
I have never used CFHTTP before, but I don't think it will do it. I
have
just tried setting it up, and it doesn't go anywhere. In other words,
it
seems that the data is posting to the other server, but the client never
goes there. I want this to be exactly the same as if the user has
clicked
submit, but without the user having to click submit.
Am I missing something?
Thanks,
Matthieu
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

