To insert the HTML Help ActiveX control in your HTML file

  • Copy the following HTML Help ActiveX control syntax in your file:

    <OBJECT
       id=<i>popup</i>
       type="application/x-oleobject"
       classid="clsid:52a2aaae-085d-4187-97ea-8c30db990436"
    >
    </OBJECT>
    

    where popup is the ID of the control, which you will reference in step 3. If your HTML file already includes an instance of the control, you can reference that one.

Notes

  • You can also insert the control by using the HTML Help ActiveX Control Wizard, and then delete the <PARAM> tags manually.
  • You can place the HTML Help ActiveX control syntax anywhere within the <BODY> start and end tags of your HTML file.
  • If you have inserted multiple instances of the HTML Help ActiveX control in the same HTML file, be sure that each instance has a unique ID.

Step 3: Create a Hyperlink to Open the Pop-up Window