Internet Explorer throws SCRIPT5022: HierarchyRequestError when trying to appendChild an HTML object from another window

前端 未结 2 1441
自闭症患者
自闭症患者 2020-12-21 05:40

I have an html table from one window. I get the table by using

var table = document.getElementById(\'tableId\');

then I open another windo

2条回答
  •  孤城傲影
    2020-12-21 06:24

    Problem with above solution is that innerHTML and outerHTML is not supported in IE versions

提交回复
热议问题