please take a quick look at this website
I get the following error message since it takes time to read in ‘parsers.json’. Now to my question, is there a way to get rid of this annoying error message?
Line: 46
Character: 3
Code: 0 Error
Message: 'readyState' is null or not an object
URL: http://tdsoft.se/failed.html
There is a JS function which is producing the error. It cannot find the variable ‘readyState’
Why the
document.write(xmlhttp.readyState);is been commented out? Might that be the bug.