Grzegorz wrote:
> I cannot read location property of this pop-up window - this is due to
> cross-frame scripting security fix introduced in IE
This security feature is not only supported by IE, and certainly it is not
a "scripting security fix introduced in/by IE"; in fact, it originates from
Netscape 3.0 (JavaScript 1.1):
<URL:http://research.nihonsoft.org/javascript/ns30/ref_d-e.htm#68458>
>
(
http://msdn.microsoft.com/library/de...g_security.asp)
>
>
> Any ideas how to get it round?
Well, you can lower IE's security level of course, but I strongly recommend
against that. You could try to add the site to the Trusted Sites list and
see what happens. Or maybe you have better luck with VBScript (viable only
in an IE-only environment), as you suggested.
You have not told enough about the environment this is supposed to run in.
Maybe if you did, that would allow for suggestions of alternative
approaches.
PointedEars