how to open link in internet explorer using html or any browser language?

Kasp3r Ghost

I'm working on a new project and I need to open a link in Explorer with a click on button from Chrome or Firefox using any browser language. I have search a lot and I found this code

I tried this i-explorer:https://www.google.com

<a class="mscom-link c-call-to-action c-glyph edgedownload" aria-label="Try Microsoft Edge" href="Microsoft-edge:https://microsoftedgewelcome.microsoft.com/?FORM=MK12CD&amp;wt.mc_id=MK12CD" data-bi-name="try now" data-bi-id="n1c1m1r1a3" data-bi-type="text" data-bi-bhvr="TRIALSINITATE"><span class="x-hidden-focus">TRY NOW</span></a>

This code open the link in microsoft edge but I want to open it on internet explorer I've taken this code from this https://www.microsoft.com/en-gb/windows/microsoft-edge. You can try to open microsoft edge. Please don't tell me to use extensions I know that. I think it's possible to do that. Thanks alot.

Adrian

The only way to do it without a plugin would be to add a protocol handler to the registry on your machine. Edge does it out of the box because it contains one - just like any other application that is capable of opening links to specific applications, (Skype and Steam for example).

Obviously adding it onto your machine won't distribute onto other machines and this cannot be achieved from a web page.

For example:

Skypes protocol handler would be:

<a href="skype:dordotky?userinfo">Skype</a>

Sadly, IE does not have one.

If you want to view the protocols - you'll find them in RegEdit- under HKEY_CLASSES_ROOT. For example the edge one will be under microsoft-edge folder, and you want to open the String option titled "URL Protocol". You'll find all available protocols on your system inside the key mentioned above.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

WinRT: Open link in internet explorer no matter the default browser

Open link in Internet Explorer with POST data using javascript/jquery

How to Open/Close An HTML Select Using JavaScript in Internet Explorer, FireFox and Chrome

How to open a link (<a href="#">Link</a> ) in html opened in Chrome into Internet Explore?

How to open link in a browser?

click on link text in internet explorer using vba

How to set default browser to Internet Explorer in R?

Excel cannot open links using Internet Explorer

Why is internet explorer the only browser that can open .url links by default?

Getting HTML link using Internet explorer with VBA excel (no code error but the results is wrong)

how Make any link (_blank) open in same window using QWebEngine

Click link in Internet Explorer

how can i add a webView but when someone click on any link it should open in default browser?

Error while invoking Internet Explorer browser using Selenium

Open iframe link in the browser using electron

Open a pdf file in browser window using a link?

Open a link in web browser using flash swf

How can JavaScript get a file size in Internet Explorer 8 and Internet Explorer 9 (browser side)?

How can I monitor browser events in Internet Explorer?

How to click a button in Internet Explorer using VBA

How to add parameter to Internet Explorer using ShellExecute

Internet Explorer 11 not displaying any links that are using display: table method

Open Internet Explorer using Visual Basic and re size the ie window

Open Internet Explorer from Chrome using a protocol handler (ie:url)

Browser specific css for Internet Explorer

Is there any way in Android to force open a link to an external browser?

How to open deep link from mobile browser?

How to open a link in a in-app browser window

How to open the browser when a link is pressed?