After updating to Internet Explorer 9, a previously working ajax driven site of mine stopped working sporadically.
In this short article you will see how to reproduce, and how to solve the problem.
If you're not running with a debugger the exception is silent, but can still be annoying. Especially if you're displaying a "loading animation" or anything similar while the request is being executed. The result in my case was that it seemed as the page never stopped loading
Just before you call the XmlHttpRequest.abort() method, set a flag on it, this is how I did it: XmlHttpRequest.aborted = true;
XmlHttpRequest.abort();
In the onreadystatechanged handler, the first lines of code in my case is:
if (xmlHttpRequest.aborted==true) { stopLoadAnimation(); return; }
And that's all there is to it, your Ajax driven site is up and running again.
Have you setup a facebook app and downloaded their sdk, and don\'t know where to go from there?
Have you integrated a facebook login to your site, or are you planning to? There\'s a small bug involving the sign in process that can make your life miserable unless you know how to get around it. Here\'s one possible solution.
Ajax and Error c00c023f
After updating to Internet Explorer 9, a previously working ajax driven site of mine stopped working sporadically.
In this short article you will see how to reproduce, and how to solve the problem.
The \"EnkelAdress on Facebook\" button displayed just fine for a couple of days and then suddenly it showed up blank, no matter how many times trying to copy the code provided by Facebook. After quite some time digging deep in the information jungle we found the solution.
Have you integrated a facebook login to your site, or are you planning to? There\'s a small bug involving the sign in process that can make your life miserable unless you know how to get around it. Here\'s one possible solution.
This Immerse headset from ThumbsUp offers both positive and negative sides.
You might have the best app ever created, or you might have the user friendliest web page in the world. You might even have the most useful piece of shareware ever made and still not making any money.
According to an email DroidXplorer will be preinstalled on devices, and be featured on a set of app stores. For free.