RE: MS Security update 891781 - Microsoft Security Bulletin MS05-013

From: Steve D (D_at_discussions.microsoft.com)
Date: 03/03/05


Date: Thu, 3 Mar 2005 03:25:01 -0800

I've had this problem too, except that I'm using the control in a win32
application.

Have you found a workaround, or is there one forthcoming from MS?

Ta, Steve.

"Grover" wrote:

> Concerning MS Security update 891781 - Microsoft Security Bulletin MS05-013,
> there appears to be no technical documentation on what was done. I now have
> scripts that no longer function. What are the workarounds with this update,
> is there any technical information on what was done?
>
> My specific problem works when this security update is removed, and doesn't
> work when installed... Javascript code is similar to follows:
>
> two servers:
>
> document.domain = 'mydomain.com';
> // code here
> document.domain='myserver.mydoomain.com';
> showModalDialog(calledPage, window, "dialogWidth:" + width +
> "px;dialogHeight:" + height + "px;help:no;scroll:no;status:no");
>
> and then the called page on myserver:
>
> var oDOM = dialogArguments.objContent.DOM;
>
> with this, access is denied, when it was working fine before. I don't see a
> way around this issue, with this security update, short of asking everyone to
> remove the security update.
>
> Thanks



Relevant Pages