I have a web page on my webserver that has a link in it that I want to open a file from my local hard drive using the default program for that file type. I've tried this in IE6 and Firefox but it does not work:
is there any way to do this?
thanks
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.
Code:
<a href="file:///c:/test/test.pdf">Test</a>
is there any way to do this?
thanks
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.