Ok, I know javascript won't let me load a remote XML doc with .load(...) in Firefox. It works in IE, but not Firefox. I get this error in Firefox:
Code:
Error: uncaught exception: Permission denied to call method XMLDocument.load
I am trying to load a remote RSS feed and parse it with Javascript. Is there a way to download the file to the server to make it a local file? Or is there another way to load it? Thanks
|