Yes it’s possible…
var wnd = window.open("about:blank", "", "_blank");
wnd.document.write(html);
That should do the trick.
Yes it’s possible…
var wnd = window.open("about:blank", "", "_blank");
wnd.document.write(html);
That should do the trick.