Re: Save an HTML file with Javascript with Netcape navigator or mozilla browser...
[email protected] (Jianpeng Dong)
| Newsgroups | gmane.comp.mozilla.devel.prefs,gmane.comp.mozilla.general,gmane.comp.mozilla.security |
|---|---|
| Organization | http://groups.google.com/ |
| Message-ID | <[email protected]> |
Thanks for the tips.
The tips work for Load file from a local system and display it on a
page of a different domain only with Mozilla 0.9.2.1. Netscape 7.0
failed to do the same. I installed Netscape 7.0 in the
/usr/local/netscape directory.
What I did is to add a new profile, jp (still with user root, not jp,
though) and add the following line to .mozilla/jp/.../prefs.js:
user_pref("signed.applets.codebase_principal_support", true);
Did anybody know what else I missed?
Many thanx in advance,
JP
Olivier Cahagne <[email protected]> wrote in message news:<[email protected]>...
> > The task to perform:
> > Click on a button to open a new window, write documents in this new
> > window, and then save this page to the local computer system with a
> > file dialog.
> >
> > I managed to make it work on Windows; however, the same code does not
> > work since the trick I played only applies to Microsoft IE.
>
>
> You may want to look at the Mozilla Source Generator:
> http://mozilla-evangelism.bclary.com/sidebars/
>
> Olivier.