$.post(url, function (data) { var w = window.open('about:blank'); w.document.open(); w.document.write(data); w.document.close(); });