Click to return to the HTML Help home page    
Creating an index for a W...     Create a frameset     Publishing on the Web    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

Running a Compiled Help File from the Web


Microsoft Corporation

Updated June 10, 1999

You can add a link to a compiled help file to a page on a Web site. When a user clicks the link a dialog box will appear that gives them the option of saving the compiled help file to their hard disk or opening it from the directory where it's located.

To open a compiled help file from a Web page or topic file

  1. Create an HTML file.
  2. Use the following syntax to open the compiled help (.chm) file from your HTML file:

    <A HREF="file name.chm">Link text</a>

    where file name.chm is the name of the compiled help file, and Link text is the text link.
  3. Make sure that the compiled help file you want to link to is located in the same directory as the topic file you are linking from.

Note

Home page link About creating a link to another compiled help file
 


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.