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 strongm 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. McDoodVey

    xml & ASP - getting the data

    Use the getElementsByTag method to get all of the EXAMPLE1 nodes. It creates a node list object you can traverse to get the text values.
  2. McDoodVey

    XML

    Use CDATA[] to enclose your script. It has to be typed in.
  3. McDoodVey

    XMLHTTP to XMLDOM

    Just load the response into an XML data island using XMLDataIsland.load(XMLHTTPObject.ResponseXML). Put an empty XML Data island on your page like <XML id=&quot;anyid&quot; javadsocompatible=&quot;true&quot;><?XML> Then parse it usinf the document.anyid.XMLDocument object.
  4. McDoodVey

    XLM and response.write (ASP)

    You are sending an XML document to the browser and it automatically displays it - this is a good way to see if you have a valid XML document. You want to embed XML in a data island from the server. The data island is just a special HTML tag so you have to send an HTML document to the browser. To...
  5. McDoodVey

    File Uploading

    For the files use the <input type=&quot;file&quot;/> tag.

Part and Inventory Search

Back
Top