PDA

View Full Version : Ns_error_dom_security_err


regagnon
05-24-2007, 03:43 PM
:confused: :rolleyes:
Hi to all

I have the following code:

options="toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1";

newwindow = window.open("","show",options);
newwindow.document.write(content);
newwindow.document.close();

It seems that I can no longer use the following:

newwindow.document.write(content);

I get the following error when using Netscape 8;

NS_ERROR_DOM_SECURITY_ERR

How can I display my “content”.

Thanks to all for your help.

Cheers

Ren
:thumbsup: :cool: