Click to return to the HTML Help home page    
Inserting the HTML Help A...     Use topic templates     Creating help    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

Inserting the HTML Help Java Applet


Microsoft Corporation

Updated June 10, 1999

Inserting the HTML Help Java Applet into a help topic or Web page involves adding the APPLET tag, and specifying the commands you would like the applet to perform.

To insert the HTML Help Java Applet into an HTML file

  1. Open an HTML file, and then position the cursor at the location where you would like the HTML Help Java Applet to appear.
  2. Use the following syntax to add the applet:

    <APPLET code="HHCtrl.class" width=200 height=200 codebase="code base">
    <PARAM name="Command" value="command type">
    <PARAM name="Item1" value="text data">
    </APPLET>

Notes




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.