__
MSc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer.
DIGI- Grupo de Desarrollo
COPEXTEL, S.A.
_____
From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 04:28 PM
To: CF-Talk
Subject: RE: Help with CFHTTP
Hassan:
You can definitely use CFHTTP for this. Your code in the form processing
page would look something like:
<CFHTTP METHOD="POST" URL=""> <CFHTTPPARAM TYPE="FORMFIELD" NAME="txtName" VALUE="#FORM.txtName#">
<CFHTTPPARAM TYPE="FORMFIELD" NAME="txtPIN" VALUE="#FORM.txtPIN#">
<CFHTTPPARAM TYPE="FORMFIELD" NAME="txtQuestion"
VALUE="#FORM.txtQuestion#">
</CFHTTP>
BTW, I gave a presentation on CF and HTTP at the MD CFUG last September.
You can find the PPT at
http://www.mdcfug.org/talks/ColdFusionFoundationsHTTP_09-09-03.ppt and the
associated code samples at
http://www.mdcfug.org/talks/ColdFusionFoundationsHTTP_09-09-03.zip
--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/
-----Original Message-----
From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 4:18 PM
To: CF-Talk
Subject: Help with CFHTTP
Hi there:
In order to understand CFHTTP tag I'm posting here a hypothetical example
(but maybe real)
I have a application in ASP with a form in
http://myserver/mysite/getdataform.asp , This form has 3 fields : txtName,
txtPIN, txtQuestion with post method and action
http://myserver/mysite/processForm.asp to insert into a DB this info.
Now I have another CF MX application in another URL
(http://otherserver/othersite/)
I'd like to send this info but not from the form in the ASP page, i want to
send it from a cfm page in the CF MX application and insert the info with
http://myserver/mysite/processForm.asp
any help is appreciate..
Regards
__
MSc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer.
DIGI- Grupo de Desarrollo
COPEXTEL, S.A.
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

