Click to See Complete Forum and Search --> : xmlhttp request question


iamjoe
12-05-2007, 04:16 PM
Greetings, I have a form on my site that I need to post to 2 places. The first place is my own server (to add data to a db).

I need to also send the data from this form to another url. The recieiving url needs to parse an xml file. So I can create that xml file fine. I have formatted my xml file with a bunch of <%request.form%> lines where appropriate like below

<pair name="email" type="pair">
<pair name="addr" type="string"><%request.form("email")%></pair>
</pair>

What is the best way to do this?

I need specific coding instructions (in asp).
Thanks
iamjoe