如何获取window.open打开的ie窗口
如何获取通过javascript的window.open方法打开的ie对象。不胜感激。 _IEAttach
附加到指定的 Internet Explorer 实例,基于您所选择的模式按照字符串/子字符串匹配. 回复 2# cxlater
{:face (316):}
#include<IE.au3>
$oIE = _IECreate("http://www.baidu.com")
$oIE.document.parentWindow.execscript("window.xwindow=window.open('')")
$window =$oIE.document.parentWindow.xwindow
$window.document.write("hello")
页:
[1]