Click to See Complete Forum and Search --> : POST values outside of Form


shotsy247
03-11-2009, 08:20 AM
Hi All,

I have a form that is submitted and a thank you asp page that performs actions on the form values and then sends an email. I would also like to then send those values to another page outside of my site.

Normally I would submit the values via a form to the external site. However since I already have these values as variables on my asp page, I was wondering if there was another way to POST these values? Otherwise I imaging I would need to place them as hidden values on a form on the thank you page and then submit that form via code.

Thanks for your guidance.

_t

Kuriyama
03-11-2009, 09:08 AM
http://www.w3schools.com/XML/xml_http.asp

Learn it, love it :)

shotsy247
03-11-2009, 09:55 AM
Perfect! Thank you.