Hi
I want to programmaticall y perform a post. Can some one please give me
some pointers to which classes I need to use to achieve this?
The form which is normally posted from the website looks like the
following, but I want to do it programmaticall y.
<form action="https://intl.payments/recdpay" method="POST"
target="_top">
<input type="hidden" name="merchantI D" value="xx7223.1 89" />
<input type="hidden" name="orderID" value="UK_Z0000 287" />
<input type="hidden" name="amount" value="59995" />
<input type="hidden" name="currencyC ode" value="GBP" />
<input type="hidden" name="cardType" value="6" />
<input type="submit" value="Pay" />
</form>
Thanks,
Peter
I want to programmaticall y perform a post. Can some one please give me
some pointers to which classes I need to use to achieve this?
The form which is normally posted from the website looks like the
following, but I want to do it programmaticall y.
<form action="https://intl.payments/recdpay" method="POST"
target="_top">
<input type="hidden" name="merchantI D" value="xx7223.1 89" />
<input type="hidden" name="orderID" value="UK_Z0000 287" />
<input type="hidden" name="amount" value="59995" />
<input type="hidden" name="currencyC ode" value="GBP" />
<input type="hidden" name="cardType" value="6" />
<input type="submit" value="Pay" />
</form>
Thanks,
Peter
Comment