writeObject.js
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. // BaseUrl 和 ServerIP 在 word3.asp 的<head>中声明 
  2. document.write('<OBJECT id="SOAOfficeCtrl" codeBase="'+BaseUrl+'SOAOffice.ocx#version=3,1,1,0" height="100%" width="100%" classid="clsid:BBD0982A-63C3-4105-B7AF-5FF3E2649082" data="">');
  3. document.write('<param name="Menubar" value="0">');
  4. document.write('<param name="ServerPort" value="4357">');
  5. document.write('<param name="Toolbars" value="0">');
  6. document.write('<param name="Server" value='+ServerIP+'>');
  7. document.write('<param name="BorderStyle" value="0">');
  8. document.write('<param name="TitleBarColor" value="16777215">');
  9. document.write('<param name="TitlebarTextColor" value="0">');
  10. document.write('<SPAN STYLE="color:red">未能载入SOAOfficeCtrl文档控件。请在安装控件的提示对话框里确认安装,才能使用本控件的功能。</SPAN>');
  11. document.write('</OBJECT>');