Javascript & IE 6.0.2800.1106 (Permission denied)

 
 
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.
 
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"); 
  }
 
    
When I tried this script within HTML and it works fine.
When I tried this script within SVG with other version than IE
6.0.2800.1106.xpsp1.020828.1920 it works fine.
 
We cannot deinstall ie 6.0.2800.1106.xpsp1.020828.1920  from XP
environments ( Thanks to microsoft embedded it in the OS ) and downgrade
the browser to resolve the issue.
Can somebody help me please?
 
Thanks in advance 
Anthony
 
 
anthony fitzpatrick
exec it pty ltd
m: 0414583433
e: a.fitzpatrick@exec.com.au
 

Received on Monday, 4 August 2003 02:41:19 UTC