Hi,

We are using DynApi for a small cross browser project and have managed to
get it working on IE and NS on both PC and Mac.  We now need to make it work
with AOL on a PC.  Most of it works just fine.  However we have some code
which opens a new window and writes HTML directly to the document.  For
example :

        var strWindowName = 'printWindow';
        var strWindowProps =
'alwaysRaised=1,directories=0,hotkeys=0,location=0,menubar=1,height=500,widt
h=500,resizable=0,scrollbars0,toolbar0'
        
        var rWindow = window.open( '', strWindowName, strWindowProps );
        rWindow.document.write( "Some text" );
        rWindow.document.close();

Unfortunately writing to the window's document seems to cause an error.
Does anyone have any idea why?

Thanks

Mike Towers.

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to