Posted by rkthomas65 on 03/17/06 20:02
I am trying to sit between my form and an external form processing
company. The 3rd party does not do field validation. They will only
accept http post requests.
What I want to do is have the user enter form data. Post to my page to
validate the data then seamlessly post the data to the 3rd party
without having the user have to click twice.
Is there an HTML command that will do this?
I have tried:
<META HTTP-EQUIV=Refresh CONTENT="0; URL=https://www.3rd-party.com">
but it is not working correctly.
Any ideas?
Navigation:
[Reply to this message]
|