I am trying to circumvent the whole "javascript can't read files, that's server-side" thing.
basically i have a order form with a table inside it. I want to be able to load the rows of the table dynamically when the page loads. I am trying to get the "product" information from a file so I don't have to use a million JS variables.
everyone keeps saying you can't read a file from the server. so is it possible to just save it as an html doc and parse it out in the javascript?
if so, how?
thanks in advance
david