如何在javascript中关闭以前打开的shell chrome浏览器

时间:2016-12-21 09:02:49

标签: javascript jquery

我使用以下javascript代码从Internet Explorer打开chrome浏览器

<html>
<head>
<script type="text/javascript">
 function openChrome(){
        var shell = new ActiveXObject("WScript.Shell");
        var chromeCommand = "Chrome --app=http://www.google.com --allow-outdated-plugins";
        shell.run(chromeCommand);    
    }
</script> 
</head>
<body>
<input type="button" value="Start" onclick="openChrome()">
</body>
</html>

在这里,我需要关闭之前打开的谷歌浏览器。如何关闭以前打开的chrome?

我们可以用jquery实现吗?

提前致谢。

1 个答案:

答案 0 :(得分:0)

fTransaction.replace(containerId, fragment);