SimonR
05-21-2012, 10:43 AM
Hi,
I need a bit of help on an issue.
I need to post 4 variables to our server from our clients servers so need to implement the page for them.
So far I have this but cannot get it to parse the data:
(This is a broken down version of the code)
<form action="https://XXXXX.com/payment.asp?u=&p=&ref=&amount=" method=post target="_parent">
Username:<input type=text size=20 name="u" value="XXXXXX">
Password: <input type=text size=20 name="p" value="XXXXXX">
Reference: <input type=text size=20 name="ref" value="XXXXXX">
Amount: <input type=text size=20 name="amount" value="XXXXXX">
</form>
I need to take these fields that are entered and submit them into the url before loading it.
Any advice please?
I need a bit of help on an issue.
I need to post 4 variables to our server from our clients servers so need to implement the page for them.
So far I have this but cannot get it to parse the data:
(This is a broken down version of the code)
<form action="https://XXXXX.com/payment.asp?u=&p=&ref=&amount=" method=post target="_parent">
Username:<input type=text size=20 name="u" value="XXXXXX">
Password: <input type=text size=20 name="p" value="XXXXXX">
Reference: <input type=text size=20 name="ref" value="XXXXXX">
Amount: <input type=text size=20 name="amount" value="XXXXXX">
</form>
I need to take these fields that are entered and submit them into the url before loading it.
Any advice please?