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.
<APPLET code="HHCtrl.class" width=200 height=200 codebase="code base">
<PARAM name="Command" value="command type">
<PARAM name="Item1" value="text data">
</APPLET>
Command | Description |
Contents | Specifies that a table of contents will appear based on the information supplied in the site map file specified in the Item1 parameter (normally an .hhc file). The specified file must reside in the same directory as the document containing the applet.
If the Flags parameter is specified, the first number is an extended window style, and the second is a TreeView or standard window style. |
Index | Specifies that an index will appear based on the information supplied in the site map file specified in the Item1 parameter. |
Related Topics | Specifies that related topics will appear based on the information supplied in the site map file specified in the Item1 parameter. |
About the HTML Help Java Applet | |