Michael A. Borisov wrote:

>>>Is this behaiour intentional?  Will I be able to do this once signed
>>>scripts are supported in Mozilla?
>>
>>netscape.security.PrivilegeManager.enablePrivilege('UniversalFileRead');
>>window.win = window.open('file:///C:/dir/subdir/whatever.html');
Signed scripts are supported in Mozilla, and yes, you can do this with 
signed scripts by enabling the UniversalBrowserRead privilege.

> 
> 
> And where I can read about
> netscape.security.PrivilegeManager.enablePrivilege() method in detail?
http://www.mozilla.org/projects/security/components/signed-scripts.html
and
http://www.mozilla.org/projects/security/components/signed-script-example.html

     -Mitch


Reply via email to