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