Embed a display into an html page – Rockwell Automation FactoryTalk Historian SE ActiveView 3.2 User Guide User Manual

Page 59

Advertising
background image

3

For Developers: Administering FactoryTalk Historian ActiveView

51

"ProtocolPrefix/Location/YourINF.inf#version=x,x,x,x">
</object>

If the additional component is a stand-alone ocx that is registered in the
system, you can add code similar to the following to your HTML file
before the ActiveView Control OBJECT tag. The ClassID refers to the
component you are installing. The version, which is optional, also refers to
the component you are installing.

<object id = "UserControl1"
width = 0
height = 0
classid = "CLSID:xxxxxxxx-xxxx-xxxx-xxxx-
xxxxxxxxxxxx"
codebase =
"ProtocolPrefix/Location/YourOCX.ocx#version=x,x,x,x">
</object>

Embed a Display into an HTML Page

To embed a display into an HTML page using Microsoft FrontPage:

1. Create a new page using Microsoft FrontPage.

2. To insert the ActiveView Control, select Insert > Web Component.

3. In the Insert Web Component dialog box, select Advanced Controls

> ActiveX Control, and click Next.

Advertising