A little background: The above code is on the recipient action page of a website when a form posts. But...what I'm doing is also writing to an external db at another website http://www.mywebsite/post_to_me.asp"
The issue is I have more request.form values that will need to be posted (about 40) and I was wondering if the xmlhttp.send allows you to send all form values posted instead of specifying each of them.