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.
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.