web打印不显示页眉页脚

<SCRIPT language=javascript>
function printsetup()//页面设置函数
{  
document.all("qingkongyema").click();//打印之前去掉页眉,页脚
document.all("dayinDiv").style.display="none";//打印之前先隐藏不想打印输出的元素(此例中隐藏“打印”和“打印预览”两个按钮)
wb.execwb(8,1);   
document.all("dayinDiv").style.display="";//打印之后将该元素显示出来(显示出“打印”和“打印预览”两个按钮,方便别人下次打印)
}   
function printpreview()//预览函数
{
document.all("qingkongyema").click();
document.all("dayinDiv").style.display="none";      
wb.execwb(7,1);
document.all("dayinDiv").style.display="";
}
function printTure() //打印函数
{
 document.all('qingkongyema').click();//同上
 document.all("dayinDiv").style.display="none";//同上
 window.print();
 document.all("dayinDiv").style.display="";
}
function doPage()
{
 layLoading.style.display = "none";//同上
}

</SCRIPT>  
<OBJECT classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height=0 id=wb name=wb width=0></OBJECT>
<script language="VBScript">
dim hkey_root,hkey_path,hkey_key
hkey_root="HKEY_CURRENT_USER"
hkey_path="\Software\Microsoft\Internet Explorer\PageSetup"
'//设置网页打印的页眉页脚为空
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,""
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>

<BODY background="images/background_01.gif" leftMargin=0
topMargin=0 rightMargin=0 bottomMargin=0 style="BACKGROUND-POSITION: center 50%">

<DIV align=center>

</DIV>

<DIV id="dayinDiv" name="dayinDiv" class="style8">
<input type="button" class="tab" value=" 打印 " οnclick="printTure();">&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" class="tab" value="打印预览" οnclick="printpreview();">&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" class="tab" value="页面设置" οnclick="printsetup();">
<input type="hidden" name="qingkongyema" id="qingkongyema" class="tab" value="清空页码" οnclick="pagesetup_null()">&nbsp;&nbsp;&nbsp;&nbsp;
<br>
<br>
<strong><span class="style12">在首次打印前请先进行页面设置:</span><span class="style11">纸张大小:B4 (JIS) 左边距:24mm 右边距:31mm 上边距:8mm 下边距:5mm
</span></strong>
<br>
<span class="style13">如果点“页面设置”后所有按钮均不见了,这是由于IE的安全设置太高,觖决方法为:
</span>
<br>
<span class="style13">
进入IE-->工具-->Internet选项-->安全-->自定义级别:“对没有标记为安全的ActiveX控件进行初始化脚本运行”选择“启用”,确认后返回即可!
</span>
</DIV>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值