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

  1. Carlos1815

    Getting element from tag

    Dan, With a small adjustment, it worked! var asdf1 = xmlDoc.getElementsByTagName("Storyboard")[1]; var asdf2 = asdf1.getAttribute("Name"); if (sectionText1.innerHTML == "") { sectionText1.innerHTML = "<a href='javascript:launchTopic(1,0,0);'>" + asdf2.substr(asdf2.lastIndexOf(".")...
  2. Carlos1815

    Getting element from tag

    Hello! I have a question; how do I get the content from a tag's element? I have an XML file with the following structure: <Content> <Mapped> <Storyboard ID="11111" Name="1.1 Course name"> <more xml stuff>32</more xml stuff> <more xml stuff>Folder</more xml stuff>...

Part and Inventory Search

Back
Top