拾貝殼

          走過的路
          隨筆 - 39, 文章 - 1, 評論 - 14, 引用 - 0
          數(shù)據(jù)加載中……

          javascript操作word控件

          <script language="javascript">
          //定義全局變量,用于清理工作
          var word;
          var doc;
          function editFile(){
          //調(diào)用word控件
           word= new ActiveXObject("Word.Application");
          //屏蔽“另存為”按鈕
           word.CommandBars("File").Controls(5).Enabled= false;
            word.CommandBars("File").Controls(5).visible= false;
          //屏蔽"另存為網(wǎng)頁"按鈕

           word.CommandBars("File").Controls(6).Enabled= false;
           word.CommandBars("File").Controls(6).visible= false;

           word.visible = true;
           // word.activate();
          try{
          //打開文件
            doc=word.Documents.Open("  //痕跡保留
            word.ActiveDocument.TrackRevisions   =true; 
          //切換成web視圖
            word.ActiveDocument.ActiveWindow.View.Type=3
           
                }catch(e){
                 alert(e.message);
                };  
          }
          function myfinalize(){
          //文檔保存
              doc.save();
          //文檔關(guān)閉
             doc.close();
          //把屏蔽的功能打開
             word.CommandBars("File").Controls(5).Enabled= true;
            word.CommandBars("File").Controls(5).visible= true;
          //word退出
           word.quit();
           
          }
          //參考文檔
            
          http://bbs.hidotnet.com/712/ShowPost.aspx

          posted on 2007-07-25 10:54 binge 閱讀(3165) 評論(0)  編輯  收藏 所屬分類: J2EE

          主站蜘蛛池模板: 定远县| 达拉特旗| 秭归县| 治县。| 恩施市| 报价| 溆浦县| 民乐县| 集安市| 鹰潭市| 荔浦县| 凤庆县| 塔城市| 达孜县| 长沙市| 茶陵县| 南汇区| 西宁市| 耒阳市| 宣城市| 清苑县| 临湘市| 贵德县| 井冈山市| 永修县| 长顺县| 鲜城| 河津市| 阜宁县| 古蔺县| 伊吾县| 罗山县| 岳阳县| 汝阳县| 忻城县| 陆河县| 泸定县| 佛山市| 临武县| 涟水县| 商都县|