javascript:(function() { var html = 'nyehehe'; var newWindow = window.open('about:blank', '_blank'); newWindow.document.open(); newWindow.document.write(html); newWindow.document.close(); })();