Is it possible to open google chrome from firefox?? I've already searched but all i can find out is hta or html Application.
here is the code of hta:
<script type="text/javascript">
function openURL()
{
var shell = new ActiveXObject("WScript.Shell");
shell.run("Chrome http://www.google.com");
}
</script>
Are there other solutions for this? Thanks!