Shiva wrote:
> I have installed latest KB 918899 on Windows XP SP2. After installing the
> patch my web application started giving JAVA SCRIPT ā?~Permission Denied'
> See Known Issues section of http://support.microsoft.com/kb/918899
> --
> ~Robear Dyer (PA Bear)
> MS MVP-Windows (IE/OE, Shell/User, Security), Aumha.org VSOP, DTS-L.org
>
> Shiva wrote:
> > I have installed latest KB 918899 on Windows XP SP2. After installing the
> > patch my web application started giving JAVA SCRIPT â?~Permission Denied'
I have searched around and found several other people having the same
problem after installing kb918899. It appears to be a bug and I have not
heard anything about a fix yet. The following is an example of one of the
other posts that was made today. It is the exact same problem I'm
experiencing:
Subject: IE - opener.closed - Permission denied 8/15/2006 7:32 AM PST
By: mnichols In: microsoft.public.inetexplorer.scripting
Hello,
We've been using the following code for quite a while in IE:
if(opener && !opener.closed)
opener.focus();
It has been working quite well for a few years, but since the Cumulative
Security Update for Internet Explorer
for Windows XP (KB918899) we have been experiencing this error:
Microsoft JScript runtime error: Permission denied
The error is occurring when "opener.closed" is evaluated and when the window
has been closed.
Does anyone know if Microsoft has a patch for this?
As I type this I am wondering if the error goes by unnoticed unless script
debugging has been enabled in IE.
That would be positive since most end users would not experience the problem.
Any ideas out there? I general it looks like KB918899 has caused a few
problems but this one is not too common.
mnichols
Uninstall kb918899 fixed my problem, but I want to know if there any work
around for code wise. Otherwise I wish Microsoft could release another
kb.... to fix this problem?
I am doing these, and it caused me error after I called top.close() on Modal
dialog:
function OkButtonClicked() {
var args = getDialogArguments();
args.newItems = new Array();
args.newItems = document.dialogForm.currentData.dataselections;
top.close();
}
The args.newItems at the parent dialog created a new Array structures, but
the data are gone (emptied). That is why it error with "permission denied".
I am trying with deep copy of arrays/objects but no success...
Any ideas or suggestions?
I am using IE6 with SP2 -- it is still a problem for me.
I think my problem lied in deep copy, if I can figure out a deep copy that
work then I am gold.
Other than that, I wish could change back to the old way... so I don't have
to change my code ;-)
Check that address. http://support.microsoft.com/?kbid=884698
The value of the key is probably to ON for you. Put it at OFF.
Cout
KB918899 is installed with that key to OFF.
We are all with XP SP2...
Cout