Inserting the HTML Help ActiveX control

HTML Help ActiveX

Inserting the HTML Help ActiveX control

You can add the HTML Help ActiveX control to an HTML file by using the standard HTML <OBJECT> tag. The <OBJECT> tag includes a set of parameters that you use to specify which data the control should use, and to control the appearance and behavior of the control.

Whether you use the control in a compiled help (.chm) file or in uncompiled HTML files, you can insert the control using the HTML Help ActiveX Control Wizard, or you can insert it manually, by typing the appropriate <OBJECT> tag code.

Inserting the control using HTML Help Workshop

Use the HTML Help ActiveX Control Wizard, which is included in the HTML Help Workshop, to author any of the commands in an HTML file.

To use the HTML Help ActiveX Control Wizard, start HTML Help Workshop, and then open an HTML file. Position your cursor anywhere between the <BODY> start and end tags, and then click HTML Help ActiveX Control.

HTML Help ActiveX Control

Opens the HTML Help ActiveX Control Wizard, which enables you to insert or edit the control in an HTML file.

To edit an existing instance of the control, position your cursor anywhere within the <OBJECT> start and end tags of the control, and then click HTML Help ActiveX Control.

Inserting the control manually

The easiest way to work with the control is to insert it using the HTML Help ActiveX Control Wizard. However, you can also copy an existing instance of the control from one HTML file into another. You can then edit the <OBJECT> tag code manually.

When you copy an existing control, make sure to copy all the text from the start <OBJECT> tag through the end </OBJECT> tag. You should then paste the text anywhere between the <BODY> start and end tags of an HTML file.

link to overview topic About the HTML Help ActiveX control
 

Note

  • Never omit the PARAM tag from the HTML Help ActiveX control Object tag, as this may result in unexpected behavior.