Running a desktop VFP app, is there a way to do the equivelent of an HTML form post to a script on a webserver? Specifically, I want to send Credit Card data to the Bank Of America.
Here is the HTML form tag:
<FORM METHOD="post" NAME="Paymentinfo" ACTION="
followed by the normal input fields such as:
<INPUT TYPE="HIDDEN" SIZE="60" NAME="IOC_merchant_order_id" VALUE="F1091"> etc.
with a submit button at the end of the form.
I guess an alternate would be to embed a webpage on my desktop app, which I understand can be done, and just post from there. That has the disadvantage of not being able to be pre-populated with info from the desktop ap. and is not much progress over just switching from the desktop VFP app to an open browser page.
Any insight very welcome.
Thanks
::::: Opera :::::
Here is the HTML form tag:
<FORM METHOD="post" NAME="Paymentinfo" ACTION="
followed by the normal input fields such as:
<INPUT TYPE="HIDDEN" SIZE="60" NAME="IOC_merchant_order_id" VALUE="F1091"> etc.
with a submit button at the end of the form.
I guess an alternate would be to embed a webpage on my desktop app, which I understand can be done, and just post from there. That has the disadvantage of not being able to be pre-populated with info from the desktop ap. and is not much progress over just switching from the desktop VFP app to an open browser page.
Any insight very welcome.
Thanks
::::: Opera :::::