merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / activex / main / example.html
blob3efee1f75a03f3d9c73b305c6ff68bdf80cf19c4
1 <HTML>
2 <HEAD>
3 <TITLE>Document Title</TITLE>
4 </HEAD>
5 <BODY>
7 <center>
8 First 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="..\..\..\WINexample.out\bin\so_activex.dll">
15 <!-- Full URL to a document
16 <PARAM NAME="src" VALUE="file:///d:/example.sxw">
17 -->
18 <!-- Just view the document, do not edit
19 <PARAM NAME="readonly" VALUE="true">
20 -->
21 </OBJECT>
23 </center>
25 </BODY>
26 </HTML>