M
Martin G
I have a text file, with all my data (text and numbers),
stored in the same directory on the web as my HTML/JavaScript files;
How do I open the text file,
and read the data into my JavaScript variables ?
Then presumably I have to close the file.
I do not need to write to files.
If I can't do this using HTML/JavaScript,
then what is the easiest method ?
stored in the same directory on the web as my HTML/JavaScript files;
How do I open the text file,
and read the data into my JavaScript variables ?
Then presumably I have to close the file.
I do not need to write to files.
If I can't do this using HTML/JavaScript,
then what is the easiest method ?