国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

WEB打印設置解決方案一(通過修改注冊表改變IE打印設置)

2019-11-18 19:13:10
字體:
來源:轉載
供稿:網友

以下是IE打印設置腳本
 <script language="VBScript">
         Dim hkey_root,hkey_path,hkey_key

         hkey_root  = "HKEY_CURRENT_USER"
         hkey_path = "/Software/Microsoft/Internet Explorer/PageSetup"   //IE打印設置的注冊表地址

         //設置修改函數
         function pagesetup_null()
               On Error Resume Next

               Set RegWsh = CreateObject("WScript.Shell")
               hkey_key="/header"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"" //頁眉

               hkey_key="/footer"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,""  //頁腳

               hkey_key="/margin_left"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1"  //鍵值設定--左邊邊界

               hkey_key="/margin_top"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //鍵值設定--上邊邊界

               hkey_key="/margin_right"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //鍵值設定--右邊邊界

               hkey_key="/margin_bottom"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //鍵值設定--下邊邊界
         end function
        
         //恢復默認設置
         function pagesetup_default()
               On Error Resume Next
               Set RegWsh = CreateObject("WScript.Shell")

               hkey_key="/header"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"&w&b頁,&p/&P"  //頁數-

               hkey_key="/footer"
               RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"&u&b&d"  //網址,日期等信息
         end function
  </script>

  除了以上鍵值以外還有以下幾項,其值有待確認。
  duplex
  orientation
  paper_size
  paper_source
  PRinter

  注意:上面對頁邊距的設置為:1,實際設置值為25.4。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 泊头市| 黑水县| 赤水市| 岳西县| 石家庄市| 凌云县| 诏安县| 盐池县| 额济纳旗| 疏附县| 清徐县| 棋牌| 北川| 府谷县| 东兴市| 金山区| 历史| 离岛区| 正阳县| 乌审旗| 汉阴县| 来安县| 永丰县| 高州市| 镇沅| 同德县| 根河市| 沈阳市| 鹿邑县| 胶南市| 沅江市| 门头沟区| 固原市| 祁阳县| 霍邱县| 南木林县| 社旗县| 佛山市| 修文县| 西城区| 绥中县|