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.