you could try doing the following:

var rWindow = window.open( '', strWindowName, strWindowProps );
rWindow.docuent.open();
rWindow.document.write( "Some text" );
rWindow.document.close();

window.open and document.open are totally different beasts. 


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

Reply via email to