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