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
Also note that the winName you supply in IE must NOT have spaces... if so it will fail.