Posted by Jim Higson on 03/18/06 15:53
rkthomas65@gmail.com wrote:
> 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?
Send the validated request from your server to the 3rd party server in
response to the request from the browser, and then send the browser
whatever HTML the 3rd party server sent your server.
--
Jim
Navigation:
[Reply to this message]
|