Tanny O'Haley's WeblogThoughts on life, family, programming.XMLHttpRequest Permission Denied Error- October 18, 2006 Update: I'm now using xmlDocument instead of the div since the div does not support XSL transforms. You can find the new code with sample usage at the end at xmlreq.js When I upgraded Firefox (I don't remember which version), the call I was using to XMLHttpRequest stopped working. I would get a "Permission denied to call method XMLDocument.getElementsByTagName" error when accessing the XML document. Yet, it worked in IE. The problem might be that I'm using a synchronous call instead of an...http://tanny.ica.com/ICA/TKO/tkoblog.nsf/dx/xmlhttprequest-permission-denied-error |