J
Jeff Stewart
It seems that whenever I pass window.open() a relative URL, it fails. The
following shows up in the Netscape Javascript Console:
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMJSWindow.open]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame ::
http://localhost/dwm/container.html :: preloader_DoFSCommand :: line 48"
data: no]
Source File: http://localhost/dwm/container.html
Line: 48
The offending line 48 reads like this:
window.open ("images/hist001.html");
But if I run, say,
window.open ("http://www.cnn.com");
it works fine. ???
Has anyone else experienced this? I can't figure out how to fix it, and the
most recent web page that references it is back from 1999, where this is
chalked up to a bug in the development version of Netscape.
following shows up in the Netscape Javascript Console:
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMJSWindow.open]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame ::
http://localhost/dwm/container.html :: preloader_DoFSCommand :: line 48"
data: no]
Source File: http://localhost/dwm/container.html
Line: 48
The offending line 48 reads like this:
window.open ("images/hist001.html");
But if I run, say,
window.open ("http://www.cnn.com");
it works fine. ???
Has anyone else experienced this? I can't figure out how to fix it, and the
most recent web page that references it is back from 1999, where this is
chalked up to a bug in the development version of Netscape.