Hi,
I have recently started working on javascript and json. I am trying to implement localization where I can support multiple languages using json files. The javascript file i18n.js library provides translation helper functions and is available on net. The error which I am facing is Uncaught Exception:NETWORK_ERROR: XMLHttpRequest Exception 101. This error is thrown when we try to send the request. open() method is called with url passed is local(lang/de.json). Even though I am not sending my request to any web url its throwing this error.
Any help will be great for me. If more details are needed I can post it further.
Thanks,
Kunal
I have recently started working on javascript and json. I am trying to implement localization where I can support multiple languages using json files. The javascript file i18n.js library provides translation helper functions and is available on net. The error which I am facing is Uncaught Exception:NETWORK_ERROR: XMLHttpRequest Exception 101. This error is thrown when we try to send the request. open() method is called with url passed is local(lang/de.json). Even though I am not sending my request to any web url its throwing this error.
Any help will be great for me. If more details are needed I can post it further.
Thanks,
Kunal
