Inserting the HTML Help Java Applet

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


Home page link About the HTML Help Java Applet