Answer the question
In order to leave comments, you need to log in
How to call another browser from one browser and pass the address to it?
Situation: IE is installed by default on the system. Company Portal only works in Chrome, some other systems only work in IE.
Notifications that come in the mail with a link to the pages of the corporate portal open, of course, in IE. What html/js code can issue a warning and form a link to open the passed address in Chrome, or to immediately call Chrome from IE on its own?
Something like
if (UserAgent == IE)
{
start "chrome url";
}
Answer the question
In order to leave comments, you need to log in
no way. You will not be able to operate the user's OS from the browser in any way. especially with a different browser. the maximum that you can do is to show a warning that "we ask you not to use IE"
ps and in your opinion, the person who uses IE - do you think it's worth chrome?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question