Hi there,
Is there a way to read data from text files using javaScript? If I want to display products and prices for example. Can I have a comma separated text file something like this:
cats, $3.00
oxen, $7.00
yaks, $5.00
then open the file and loop through it and display the information in a table or something.
Thanks
________________________
JoelMac
Is there a way to read data from text files using javaScript? If I want to display products and prices for example. Can I have a comma separated text file something like this:
cats, $3.00
oxen, $7.00
yaks, $5.00
then open the file and loop through it and display the information in a table or something.
Thanks
________________________
JoelMac