Files
libreoffice/extensions/source/activex/main/example.html

26 lines
552 B
HTML
Raw Normal View History

2002-08-14 13:41:00 +00:00
<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
<center>
First you should edit the example.html file!!!
</center>
<center>
<!-- Please edit CODEBASE parameter -->
<!-- In case ActiveX control is already registered the parameter can be removed -->
<OBJECT CLASSID="clsid:957A0A0D-4B7F-4513-9533-16B25CE740D5" width="500" height="500" ">
2002-08-14 13:41:00 +00:00
<!-- Full URL to a document
<PARAM NAME="src" VALUE="file:///d:/example.sxw">
-->
<!-- Just view the document, do not edit
<PARAM NAME="readonly" VALUE="true">
-->
</OBJECT>
</center>
</BODY>
</HTML>