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 wOOdy-Soft 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 kenche

  1. kenche

    loading xml file online

    My code is done in JavaScript. I've tried replacing xmldoc = new ActiveXObject("MSXML.DOMDocument"); to either of your definitions and I get the exact same results as before; the script works locally but not on the server. I'll included my source files below. My xml files look like...
  2. kenche

    loading xml file online

    hi, I've just completed a htm file that can load a xml file and apply sorts and filters. Everything works fine locally. For some strange reason, the same files stopped working when placed online. I get the error "The data necessary to complete this operation is not yet available.&quot...
  3. kenche

    regular expressions

    hi, I'm trying to apply a filter, and it works fine as it is. The only thing is right now the filter only works on exact matches. Is there a way for me to use wildcards or regular expressions? I've attached a code snippet below. I'd greatly appreciate any advice. Kenneth var filterPath; var...

Part and Inventory Search

Back
Top