docta13
07-22-2008, 01:29 PM
Here's a new one...Firefox performs the way I want, and IE doesn't do the job. Only problem is, I need it to work in IE.
Here's a simple one-liner for an opening a Word document in a local sub-folder:
<a href="subfolder/filename.doc">Link Title</a>
When I left-click on this link in my index page, I get the typical "Open", "Save", and "Cancel" options popping up in a window. When I click "Open", it currently opens the Word file within the browser (not what I want).
Can someone please tell me what I need to do to my HTML file to have the Word document open within the Microsoft Word application? I don't want to change any default settings on my computer.
Thank you for your help!
Here's a simple one-liner for an opening a Word document in a local sub-folder:
<a href="subfolder/filename.doc">Link Title</a>
When I left-click on this link in my index page, I get the typical "Open", "Save", and "Cancel" options popping up in a window. When I click "Open", it currently opens the Word file within the browser (not what I want).
Can someone please tell me what I need to do to my HTML file to have the Word document open within the Microsoft Word application? I don't want to change any default settings on my computer.
Thank you for your help!