Re: Javascript & IE 6.0.2800.1106 (Permission denied)

"Anthony Fitzpatrick" <a.fitzpatrick@exec.com.au> wrote in message
news:001701c35a53$65fe5ce0$6a00a8c0@sweetlip...
> I have a script in SVG which has an error in IE
> 6.0.2800.1106.xpsp1.020828.1920
> (Permission denied)
> The script opens new window upon a click.

Such questions would be better in svg-developers at yahoogroups, this is for
spec discussion, and IE is not SVG spec.

> The following code gives me an error of "Permission denied" : when
> executed from an svg page.
>
> function xyZero() {
>   var xyZeroWindow =
> window.open("http://192.168.0.106:8988/XML-ebi-context-root/browser.xyze
> ro.html", "mainwindow",
>                                "width=300,height=210");
>   }

> Can somebody help me please?

use IFRAME, not OBJECT, to include your SVG Doc.  if that doesn't work, when
you post to SVG-Developers include the full source code, including the HTML,
preferably by a web link.

Jim.

Received on Monday, 4 August 2003 03:40:06 UTC