1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2 <!-- 3 #************************************************************** 4 # 5 # Licensed to the Apache Software Foundation (ASF) under one 6 # or more contributor license agreements. See the NOTICE file 7 # distributed with this work for additional information 8 # regarding copyright ownership. The ASF licenses this file 9 # to you under the Apache License, Version 2.0 (the 10 # "License"); you may not use this file except in compliance 11 # with the License. You may obtain a copy of the License at 12 # 13 # http://www.apache.org/licenses/LICENSE-2.0 14 # 15 # Unless required by applicable law or agreed to in writing, 16 # software distributed under the License is distributed on an 17 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18 # KIND, either express or implied. See the License for the 19 # specific language governing permissions and limitations 20 # under the License. 21 # 22 #************************************************************** 23 --> 24 <HTML> 25 <HEAD> 26 <TITLE>Document Title</TITLE> 27 </HEAD> 28 <BODY> 29 30 <center> 31 First you should edit the example.html file!!! 32 </center> 33 <center> 34 <!-- Please edit CODEBASE parameter --> 35 <!-- In case ActiveX control is already registered the parameter can be removed --> 36 <OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" width="500" height="500" 37 CODEBASE="<path_to_the_sdk_sample_output_dir>\bin\so_activex.dll"> 38 <!-- Full URL to a document 39 <PARAM NAME="src" VALUE="file:///d:/tmp/test.odt"> 40 --> 41 <!-- Just view the document, do not edit 42 <PARAM NAME="readonly" VALUE="true"> 43 --> 44 </OBJECT> 45 46 </center> 47 48 </BODY> 49 </HTML> 50