Microsoft SDK for Java

HTML Tags to Install DUs

The HTML tags used to install DUs are similar to any applet script. The <APPLET> tag specifies the applet to run, and the <PARAM> tags supply additional information to Internet Explorer about the name and version of the DU that contains the Java classes needed to run the applet. There are three parameters associated with the <APPLET> tag:

For example:

<APPLET
  code=com.ms.JPMBrowser.BrowserApplet
  width=200
  height=200>
<PARAM NAME=useslibrary VALUE="JPM Browser">
<PARAM NAME=useslibrarycodebase VALUE="jpm.cab">
<PARAM NAME=useslibraryversion VALUE="1,1,23,0">
</APPLET>

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