Posted by Adrienne Boswell on 03/18/06 01:51
Gazing into my crystal ball I observed rkthomas65@gmail.com writing in
news:1142618558.738266.179960@u72g2000cwu.googlegroups.com:
> 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?
No.
>
> I have tried:
>
><META HTTP-EQUIV=Refresh CONTENT="0; URL=https://www.3rd-party.com">
>
> but it is not working correctly.
>
That's the GET method, obviously doesn't work.
> Any ideas?
>
XMLHTTP, Google for it, lots of examples.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|