IE 6/7 Access Denied trying to access a popup window.document

前端 未结 4 463
星月不相逢
星月不相逢 2021-01-14 17:49

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

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-14 18:33

    Another workaround is to open an empty "blank.htm" file on your site, then do the document.open() to access it

提交回复
热议问题