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 bkrike 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. ElliottClarke

    Javascript: txtFile.open

    Hi Everyone, Looking for some help. I'm a PHP developer quite new to Javascript. I'm currently trying to parse some information out of a text file and have started by using txtFile.open . My code is: var txtFile = new XMLHttpRequest(); txtFile.open("GET", "../beers.txt", true)...

Part and Inventory Search

Back
Top