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

前端 未结 4 517
星月不相逢
星月不相逢 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:49

    IE considers "about:blank" to be a insecure URL and it won't let you talk to it. I would create a "Now Loading..." static HTML file and open that instead.

提交回复
热议问题