[Jslib] Re: include failure on windows
Pete Collins
pete@mozdev.org
Tue, 29 Jan 2002 09:43:46 -0500
> Error: uncaught exception: Permission denied to create wrapper for object
> Is the problem the empty catch block on line 100 of jslib.js? I'm
> clueless.
This is a security error. You are trying to run jslib from an insecure
place perhaps your xul file is outside of the chrome registry.
If it is, the you need to set privledges inside of your script as long
as the file is on your local drive.
What is that universal xpconect code again?
Anyone remember??
--pete