_wnd.document.writeln( '<html><head><title>ciao</title></head>' );
_wnd.document.writeln( '<body><h1>CIAO A TUTTI</h1></body></html>' );
_wnd.document.close( );
_wnd.focus( );
La pagina di output e' informato html e visualizza "CIAO A TUTTI". Alla fine
il documento deve essere sempre chiuso (metodo close() ).
La pagina richiamata prende il focus (metodo focus() ).