How to redirect from one browser to another

0

I have a question, can you redirect to another browser from a link in html? When you go to the website link it appears after a few seconds, a header above the menu, which says that if you want to try that website in the Microsoft Edge browser, and I want to know how to redirect to any other browser, not necessarily to Microsoft Edge, I look forward to your answer with lust, thanks in advance.

    
asked by Moisés Aguilar 25.04.2018 в 02:54
source

1 answer

0
  

Quick answer: No.

     

In particular cases - > yes

     

Everywhere and all browsers - > no

     

It's something that depends on the browser, and the operating system.

First of all, we're talking about the URI SCHEME

That is, there are different protocols that do different actions. To do this, operating systems and browsers must be clear about what they should use to open this protocol.

On the other hand, browsers begin to implement the possibility of handling "custom" protocols, which can redirect you to web applications.

link

The topic, which in Windows you can also register your own handlers which is basically what they do when you install Windows

Then, in the Xbox site, you only have to detect if your browser is not Edge, and if you have windows, put a link that has "Microsoft-Edge in the header and with that, they will send you a download link , or open it directly.

    
answered by 25.04.2018 / 04:05
source