I\'m creating a popup window with no URL source using window.open(). I don\'t give it a URL because soon I\'ll want to post a form to it. However, in the meantime I\'d lik
Another workaround is to open an empty "blank.htm" file on your site, then do the document.open() to access it