这是错误的:
Services.appShell.hiddenDOMWindow.document.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'browser');
这可能是因为Services.appShell.hiddenDOMWindow
是一个html文档。如何添加到Services.appShell.hiddenWindow
它似乎没有.document
有趣的说明:
Services.appShell.hiddenWindow != Services.appShell.hiddenDOMWindow.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIWebNavigation).QueryInterface(Ci.nsIDocShellTreeItem).rootTreeItem.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIDOMWindow);
答案 0 :(得分:0)
我不认为您可以创建<browser>
个节点,您可以尝试使用iframe
吗?