actually, I just broke down and tried it..
It does indeed work as you noted..
 
Note: Deos anyone know why most examples show the disabling of security privlidges after the secure action has been taken?
IE:
    netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); 
    window.setZOptions("alwaysRaised");
 
    netscape.security.PrivilegeManager.disablePrivilege("UniversalBrowserWrite");
----- Original Message -----
Sent: Friday, November 16, 2001 3:03 AM
Subject: Re: [Dynapi-Help] Netscape AlwayRaised

As you can see in the attached snap shot, it kept the window raised.  Even when I changed to another window (this email).

The code I used was simply:

<html>
<head>
<script>
{
    netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
    window.setZOptions("alwaysRaised");
};
</script>
<body> Some Text </body>
</head>
</html>

I agree that the docs are not very clear.  I guessed that since they refer to window.open as a "see also" entry, then this function must differ from that in some way. I hope this helps.

Doug Melvin wrote:

 Does this mean that I can call setZOptions in a window that is already open? The first part of the excerpt leads me to think yes, but the latter part ( "creates a new window...") leads me to thiunk no..
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
 


Reply via email to