Kbase 21439: Load a Word Document Through a Link in WebSpeed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/11/2001 |
|
SUMMARY:
This article describes a way to link to a Word Document into
an HTML page that so clicking the link loads the document.
NOTE: The document MUST be on the web server for this to work.
SOLUTION:
An anchor tag (<a>) does this:
e.g. <a href="mydoc.doc">Word Document</a>
Browser Considerations:
Internet Explorer - loads the document inside Word within
a browser window
Netscape - Opens the document in a new window of the
Word application.