Results 1 to 1 of 1

Thread: [RESOLVED] Want to "post" xml document to an .asp application, but how to receive...

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    [RESOLVED] Want to "post" xml document to an .asp application, but how to receive...

    how do I receive the posted xml document? I plan on using the XMLHttpRequest object to send the xml document to the .asp application, but how do I code the part of actually receiving the xml document?

    For non-xml posting, like using Forms, I know that it's:

    x = Request.Form("variable")

    But the xml posting, it's not the same(or at least I don't think it is). Any ideas?
    Last edited by benmartin101; Sep 24th, 2005 at 02:28 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width