Step 4 Embed the Signed CAB File in a Web Page

An ActiveX control is identified by the OBJECT object in an HTML file. If the control is stored in a .cab file, OBJECT must include a CODEBASE= attribute that specifies the URL of this .cab file.

Example:

<OBJECT CLASSID="CLSID:46A5E7C2-3003-11D4-8735-00E0295AF9CE"
codebase="http://webserver/MyControl.cab"
ALIGN ="CENTER" WIDTH=400 HEIGHT=300 ID="MyCtrl2">