WEB打印设置解决方案一(通过修改注册表改变IE打印设置) - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- WEB打印设置解决方案一(通过修改注册表改变IE打印设置) (http://www.webasp.net/article/27/26115.htm) |
| -- 作者:未知 -- 发布日期: 2005-08-31 |
| 以下是IE打印设置脚本 <script language="VBScript"> Dim hkey_root,hkey_path,hkey_key hkey_root = "HKEY_CURRENT_USER" //设置修改函数 Set RegWsh = CreateObject("WScript.Shell") hkey_key="\footer" hkey_key="\margin_left" hkey_key="\margin_top" hkey_key="\margin_right" hkey_key="\margin_bottom" hkey_key="\header" hkey_key="\footer" 除了以上键值以外还有以下几项,其值有待确认。 |
| webasp.net |