标签: javascript web
是否可以从firefox打开谷歌浏览器? 我已经搜索了但我能找到的只是hta或html应用程序。
这是hta的代码:
<script type="text/javascript"> function openURL() { var shell = new ActiveXObject("WScript.Shell"); shell.run("Chrome http://www.google.com"); } </script>
还有其他解决方案吗? 谢谢!