I'm trying to link to a file hosted locally on an internal webpage for employees only. Here is the link:
<a href="file:///*:/******/******/******.xls" target="">*****</a>
(I have starred the path out) and this works fine but opens the file in the browser. I want it to open in Excel.
Is this possible?