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 TouchToneTommy 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. aaronantrim

    Instead of string values, JavaScript returns "[object Element]"

    Hi, I'm doing a little bit of Google Maps API work and am new to JavaScript. Here is the code: // load the XML file var request = GXmlHttp.create(); request.open("GET", "stops.xml", true); request.onreadystatechange = function() { if (request.readyState == 4) {var xmlDoc =...

Part and Inventory Search

Back
Top