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 Mike Lewis 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: *

  • Users: tfalcao
  • Order by date
  1. tfalcao

    Tag Name

    If you use DOM and JavaScript : function load() { var xmlDoc = new ActiveXObject("Msxml2.DOMDocument.4.0"); var currNode; xmlDoc.async = false; xmlDoc.load("nodename.xml"); try { currNode = xmlDoc.documentElement.childNodes.item(0); alert(currNode.nodeName); } catch(e) {...

Part and Inventory Search

Back
Top