I have a requirement in which when a user clicks on an URL in Chrome, the link should open in IE.
Any ideas how to achieve this using jquery or javascript??
Thanks
I have a requirement in which when a user clicks on an URL in Chrome, the link should open in IE.
Any ideas how to achieve this using jquery or javascript??
Thanks
You can't do this with vanilla JavaScript.
Update: Yes, there's a workaround, which will work only for browsers with IETab extension installed. That way, you can force your links to something like this:
chrome://ietab2/content/reloaded.html?url=http://example.com
That way the http://example.com
will be run using IE engine.
I don't think you can use jquery or js to change the behavior of windows's default applications, for instance if their default browser is chrome then your url will open in chrome