Is there a way to specify the web browser to be used in a href
tag ? For instance, I have the following URL and I need it to be opened with Firefox only :
<a href="http://vienne.lpo.fr">LPO Vienne</a>
Thanks for your advices !
This is not possible. If it was it would have to work on the assumption the user would have that browser, so even if it was possible it would not be a very good solution.
You could always have a notification on the linked page, explaining the user should use a specific browser, if they are not already. This would be more user friendly and you could provide a link to download etc.