Re: Permission denied to call method XMLDocument.load
"Daniel Frechette" <daniel_@_treknowledge_._com>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | TreKnowledge Inc. |
| Message-ID | <[email protected]> |
Before adding the onload event handler (my previous post), I tried setting the async flag on xmlDoc and xslDoc to false, but the script stalled on the first xxxDoc.load(...) statement. Daniel