Не катит ..
Делаю примерно так, работает на всех броузерах кроме Chrome.
www = window.open(url,"MyInfo","");
www.document.open();
www.document.write("<html><head>");
www.document.write("<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>");
www.document.write("<title>Этот текст не отображается в Chrome</title></head>");
www.document.write("<body> некий html код</body></html>");
www.document.close();
www.focus();