I have pretty much copied one of the examples from thr 1.3 documentation, but can't get
the movies.csv data to display. I put it in the same directory as the html file.
What is the correct way to specify the url path on a Windows machine?
Should it be "file:///c:localpath/movies.csv" or"c:/localpath/movies.csv" or "./movies.csv" or what?
I can't find the correct incantation.
var store4 = new dojox.data.CsvStore({ url: 'movies.csv' });
var layout4 = [
{ field: 'Title', name: 'Title of Movie', width: '200px' },
