Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

To Speed up the HTML Help Java Applet Download Time


Microsoft Corporation

Updated June 10, 1999

  1. Place all the required class and image files into a cabinet (.cab) file if Microsoft Internet Explorer is the target browser, or a .zip file if Netscape Navigator is the target browser.
  2. Use the following syntax:

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

Notes

Home page link About the HTML Help Java Applet
 


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.