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

    Javascript: txtFile.open

    Hi Feherke, Thanks for that. I'll certainly look into it and give it a go. The problem is - that the file where the above code is, is in the SAME directory as the text file - so they are both the same origin aren't they? All I want to do really (without any need of server side language if...
  2. 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