We have a site that currently links to an application which resides on a different server. We are changing that link so that it opens a that program on the user's machine.
For instance:
I have a file called 'test.doc' located in C:\My Documents
How would I create a link in the website that would open that file on my local computer? Is it also possible to throw an 'error' webpage if that file did not exist on the user's machine?
TIA