我使用以下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实现吗?
提前致谢。
答案 0 :(得分:0)
试
fTransaction.replace(containerId, fragment);