Big MontyConnect With a MentorSenior Web Developer / CEO of ExchangeTree.org Commented:
syntax-wise, its correct...the path needs to be valid though...
if you have access to the webserver, can you verify that the /doptg/data/ folder exists? if so, can you send a screenshot of it through windows explorer or something, with the contents of the folder listed?
I showed up top the content of the content file, this is the content of the Settings.json there is a lot of info but the one thing I noticed is in the files there are front and back slashes. Is that ok?
Big MontySenior Web Developer / CEO of ExchangeTree.org Commented:
in your document load event, you reference http://www.marcushookps.org/doptg/data/settings1.json as your settings file, and that file does not exist, that's why nothing is showing, because it cant find the data to load.
upon a brief look at the content file, it looks like the slashes are escaped properly.
Big MontySenior Web Developer / CEO of ExchangeTree.org Commented:
no, the file just doesn't exist at that path. click on the link and you'll see that you get a file not found error. find the file on your server and either move it to that location or change the path in your javascript to match where it is. This needs to be done for both your settings and content files.
Yes, those two files are there in that folder, where they should be. However, when I go to the link, I get the same error, even though yes they are in that folder, on the server.
if you have access to the webserver, can you verify that the /doptg/data/ folder exists? if so, can you send a screenshot of it through windows explorer or something, with the contents of the folder listed?