Hi,
If your JavaScript is not in a chrome URL (i.e. installed as a part of your mozilla installation) you have to use Privilege Manager.
This is the statement that will enable your script to run properly.
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
Mozilla will prompt the user for enabling this privilege.
Hello again, This works on local files but I always get privilege not granted online. Is that normal?
