How to open link in other browser? For example:
<a href="sample.html" >click to open in firefox</a>
<a href="sample.html" >click to open in Safari</a>
<a href="sample.html" >click to open in IE</a>
<a href="sample.html" >click to open in Chrome</a>
Is it possible?
Any ideas or suggestion?
Thanks.
Short answer you can't specify that a specific browser will be opened by a hyperlink. If you are viewing a web page or an app or something that shows a hyperlink and you click on that link then the operating system will receive an event that indicates a hyperlink was launched.
cool question. With simple html, I do not think it's possible.
If you are looking to test application, you could write OS specific utility.
You cannot do that.
Its strictly a user preference to open web pages in a browser of his choice. You won't be able to control that and better never try to do that.
If you are doing this test your web site in different browsers then take a look at browsershots.org
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With