以下是IE打印设置脚本
<스크립트 언어="VBScript">
희미한 hkey_root,hkey_path,hkey_key
hkey_root = "HKEY_CURRENT_USER"
hkey_path = "SoftwareMicrosoftInternet ExplorerPageSetup" //IE에서 제공하는 정보
//링크
함수 pagesetup_null()
오류 발생 시 다음 설정 재개
RegWsh = CreateObject("WScript.Shell")
hkey_key="헤더"
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" //键值设정--下边边界
함수 종료
//恢复默认设置
함수 pagesetup_default()
오류 발생 시 다음 재개
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" //网址,日期等信息
함수 종료
</script>
除了以上键值以외부还有以下几项,其值有待确认。
듀플렉스
정위
종이_크기
paper_source
프린터의
주의 사항: 상단 면 对页边距的设置为:1,实际设置值为25.4。