Thanks, but I need to send this post via a secure connection using a COM
object called WinHTTP. Keeping this fact in mind, can you translate the
asp into taf?

Aseem Mal
Web Applications Engineer
Execpro Information Services Inc.,
1250, 4th Street
Santa Monica, CA 90401
E-mail: [EMAIL PROTECTED]


-----Original Message-----
From: David Shelley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 05, 2003 7:56 PM
To: [EMAIL PROTECTED]
Subject: RE: Witango-Talk: ASP code to Tango

Aseem,

That 50 lines of ASP code can be done in 3 lines in Witango (thought the
first one is kinda ugly). This will wrap in unseemly places:

<@assign local$postArgList <@array
value="x_Password,testing;x_ADC_Delim_Data,True;x_ADC_Delim_Character,|;
x_Lo
gin,<@arg x_Login>;x_Card_Num,<@arg x_Card_Num>;x_Exp_Date,<@arg
x_Exp_Date>;x_Email_Customer,<@arg
x_Email_Customer>;x_Email_Merchant,<@arg
x_Email_Merchant>;x_Amount,<@arg x_Amount>;">>

<@assign local$returnValue <@url
location="https://secure.authorize.net/gateway/transact.dll";
postargArray=postArgList>>

@@local$returnValue

Dave Shelley

-----Original Message-----
From: Aseem Mal [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:27 PM
To: [EMAIL PROTECTED]
Subject: Witango-Talk: ASP code to Tango


Hi,
Can someone help me create a .taf file out of this .asp file (attached).
Thanks.

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Attachment: transact.asp
Description: transact.asp

Reply via email to