Embedding an LPK Object Reference


 

In your HTML page, you insert an <OBJECT> tag, specifying the ClassID of the Internet Explorer license manager object, in addition to the <OBJECT> tag for the licensed controls that you're using on an HTML page.

For example, using our “Sample1” HTML page, you would:

  1. Run the LPK_TOOL,

  2. Add the two licensed controls that are used on the form (ctBanner and ctClock),

  3. Save it out to Sample1.LPK.

  4. Add an <OBJECT> reference for the LPK file to your HTML code.

The LPK’s <OBJECT> tag should look like the following in your HTML page:

<object CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">

<param name="LPKPath" value="sample1.LPK">

</object>

Note the following important restrictions: