xref: /trunk/main/odk/examples/OLE/activex/example.html (revision cdf0e10c)
1<HTML>
2<HEAD>
3<TITLE>Document Title</TITLE>
4</HEAD>
5<BODY>
6
7<center>
8First you should edit the example.html file!!!
9</center>
10<center>
11<!-- Please edit CODEBASE parameter -->
12<!-- In case ActiveX control is already registered the parameter can be removed -->
13<OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" width="500" height="500"
14        CODEBASE="<path_to_the_sdk_sample_output_dir>\bin\so_activex.dll">
15<!-- Full URL to a document
16	<PARAM NAME="src" VALUE="file:///d:/tmp/test.odt">
17-->
18<!-- Just view the document, do not edit
19	<PARAM NAME="readonly" VALUE="true">
20-->
21</OBJECT>
22
23</center>
24
25</BODY>
26</HTML>
27