日期:2014-05-17 浏览次数:20466 次
//设置网页打印的页眉页脚为空
function pagesetup_null() {
try {
if (checkIEV() < 8.0) {
HKEY_Key = "margin_left";
//设置左页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0.25");
HKEY_Key = "margin_right";
//设置右页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0.25");
HKEY_Key = "margin_top";
//设置上页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0.10");
HKEY_Key = "margin_bottom";
//设置下页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0.10");
}
else {
HKEY_Key = "margin_left";
//设置左页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0");
HKEY_Key = "margin_right";
//设置右页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0");
HKEY_Key = "margin_top";
//设置上页边距
Wsh.RegWrite(HKEY_Root + HKEY_Path + HKEY_Key, "0.405");
HKEY_Key = "margin_bottom";