2

我需要使用InPrivate模式打开一个 IE 实例,然后在该实例的选项卡中打开 2 个页面。我已经使用它 2 天了,我用它打开了 2 个单独IE的窗口和我想要的页面,但是我找不到我需要用来在同一个窗口中打开两个页面的推荐。

这是我的 JS 那种作品

var oShell = new ActiveXObject("WScript.Shell");
oShell.run("\"%ProgramFiles%\\Internet Explorer\\iexplore\" -private http://www.yahoo.com");
oShell.run("\"%ProgramFiles%\\Internet Explorer\\iexplore\" -private http://www.google.com");

我发现这个页面我认为会有所帮助,但我似乎无法掌握建议的内容或所需的命令。

InternetExplorer.Application 与 -nomerge 开关?

4

0 回答 0