Loading local files with Javascript without a web server
If you insist on using Chrome, it have some command line flags to allow access to/from local originated files (–allow-file-access-from-files / –disable-web-security). Do note that you need to run entire browser from scratch with those flags – i.e. if there’s already any other Chrome windows open flags WON’T have any effect and that effect persists … Read more