I\'m trying to create a website in HTML which recieves JSON-formatted data using javascript and, then it will be injecting that data into my website.
The problem is
Mixing file and http is a bad because of increased security rules. I have a feeling that is the problem here. You can start up chrome so it is less strict with security rules.
Try
chrome.exe -–allow-file-access-from-files
or
chrome.exe --disable-web-security
or kiosk mode
chrome.exe --enable-kiosk-mode