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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by flaviocm

  1. flaviocm

    XML parse

    It worked on the live preview of dreamweaver, but when i preview on firefox or ie, it does not work. i made a research and for security purpose broswers do not allow to make a xmlrequest on another server. any suggestion on how i can resolve this problem???
  2. flaviocm

    Using XML Data in different webpages

    first you need to point to the xml file using something like this: xmlDoc.load("note.xml"); and you have to play with the tags name like on the sample below xmlDoc.getElementsByTagName("to")[0].childNodes[0].nodeValue * xmlDoc - the XML document created by the parser. *...
  3. flaviocm

    XML parse

    Let me try to explain what i am trying to do: i subscribed to a service where i can search for good quality aerial pictures. The way it works i have to use a html form that submits all my search criteria to their server using the get method and returns me a xml code. The problem i am having is...

Part and Inventory Search

Back
Top