C
C
choodo2016-11-08 04:35:46
Browsers
choodo, 2016-11-08 04:35:46

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

1 answer(s)
I
iBird Rose, 2016-11-08
@iiiBird

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 question

Ask a Question

731 491 924 answers to any question