Daniel Veditz wrote:
bill wrote:
window.open still provides for "dependent" status
(https://developer.mozilla.org/en/DOM/window.open )
but it does not seem to work.
I know that many in the community don't like a window to be dependent,
but it is important for a company intranet application (no outside access).

I there another way to accomplish this and/or could someone send me a
link on how to set UniversalBrowserWrite privilege.

What "this" are you trying to accomplish? Some of the functionality of
"dependent" can be gotten in other ways. This was a
Netscape/Mozilla-only feature, your internal application only has
Firefox users?

You really don't want to use UniversalBrowserWrite, trust me. You will
have to encapsulate your entire page in a signed zip archive and then
annoy all your users with scary permission dialogs that might be
training them to OK dangerous stuff on the wild and open external net.
We want to remove Universal* functionality in future Firefox releases.
You'd be better off writing a custom add-on to do anything that requires
signing.

yes this a mozilla only intranet application.

I will have to write a js function to close the "dependent" windows.

bill
_______________________________________________
dev-security mailing list
dev-security@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-security

Reply via email to