Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How do I....

using the msxml DOM how can i make a form that posts to a asp page which creates
a xml file?
[96 byte] By [Spec] at [2007-11-9 15:25:52]
# 1 Re: How do I....
You don't really need a "form" at all. Create an XMLHttpRequest object and
use a combination of its open() and send() methods to post data to an ASP
page. However, if you already have a form in HTML, use JavaScript to obtain
the form values and the XMLHttpRequest object to post them. See the
documentation for the ResponseXML, ResponseStream, ResponseBody, and
ResponseText properties of the XMHHttpRequest object to obtain the reply
from the server.

"Spec" <nate@howardsupply.com> wrote in message
news:3d3ece18$1@10.1.10.29...
>
> using the msxml DOM how can i make a form that posts to a asp page which
creates
> a xml file?
Russell Jones at 2007-11-11 23:30:03 >