Link to home
Start Free TrialLog in
Avatar of Christopher Redmond
Christopher RedmondFlag for United States of America

asked on

mapping an Excel file from the server using an Http?

I created an Excel file that I've nested on a server, but I want to make it a clickable link using an Http: address with HTML <a target="blank" href="...">Click here to download the excel</a> syntax. Is this possible, if so does anyone know how this can be done?
Avatar of Gary
Gary
Flag of Ireland image

<a href="path_to_file/excel.xls">Click here to download the excel</a>

Open in new window

Avatar of Christopher Redmond

ASKER

But my file is located on the D: of the server is it possible to map this using this syntax or does it need an Http: Address?
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial