SyntaxFix
Write A Post
Hire A Developer
Questions
Use the write()-Method of the Popup's document to put your markup there:
$.post(url, function (data) { var w = window.open('about:blank'); w.document.open(); w.document.write(data); w.document.close(); });