Hi,
I am using one HTML form which has post as action and action to run the agent using ?openagent.
when I submit the form with required field like business, item_name_1, Amount_1 etc.
It runs but doesnt redirect me to paypal sandbox site, it also doesnt show whether something is happening or not...
following is the code, I am running this agen notes 8.5.1
Set objHttp = CreateObject("WinHTTP.WinHTTPRequest.5.1")
objHttp.open "POST", "
https://www.sandbox.paypal.com/cgi-bin/webscr", False
objHttp.setRequestHeader "Content-type", "application/x-www-form-urlencoded"
Can anybody help me on this...
TIA
Manu