I am looking to be able to launch a network file on our local intranet using FF or Chrome
Currently the link work good in IE
<a href="\\Start\Of\My\Network\file.xlsx">View Report</a>
but in FF it show
<a href="http://mydomain.com/\\Start\Of\My\Network\file.xlsx">View Report</a>
is there a way to get the link to render properly...Just a simple click from a href tag.