Need Help in posting Xml data to a Url using http post in java script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teressa
    New Member
    • Aug 2008
    • 6

    Need Help in posting Xml data to a Url using http post in java script

    Hi,

    I am having an issue with posting an xml document data to a url like(http://www.wintercoat.com/example/userinfo.aspx).

    For this my requirement i need to use http post inside java script and send the xml data(I need to create an xml doc with values from the database)to a third party page url by bypassing some of their pages(authentic ation page,user information page).

    I appreciate if any one can please help me with some code and a similar example to this.

    Thanks in advance
    Terry.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use the send method to send the XML document. For loading and parsing, see
    XML DOM Parser. You'll also find Parsing_and_ser ializing_XML useful.

    If you get stuck, post your code.

    Comment

    Working...