Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johannitis

    How to populate a combo box with ajax xml?

    I found the problem was in the content type of the response header. Once I changed it to "application/xml". The code works fine!
  2. johannitis

    How to populate a combo box with ajax xml?

    make that alert(ajaxRequest.responseXML.getElementsByTagName("officials")[0].text); it still doesn't show anything but an error saying object required. I have also tried: var myrequest= ajaxRequest.responseXML; alert(myrequest.getElementsByTagName("PLAYS")[0].text); I used an xml file from...
  3. johannitis

    How to populate a combo box with ajax xml?

    I am successfully pulling xml data from VFP and Webconnect and the success stops there. I want to populate a combo box with the xml, but can't seem to get it done. Here is a sample of the xml and some code that will return the list. <?xml version = "1.0" encoding="UTF-8" standalone="yes"?>...

Part and Inventory Search

Back
Top