时间:2021-05-22
将下面的内容保存成.vbs文件,然后双击执行,在打开ie页面,在页面中点击右键,看看菜单中多了个什么!!:)
复制代码 代码如下:
optionexplicit
dimhkey_root,hkey_path,hkey_key,filepath
dimfs,fso,regwsh
hkey_root="hkey_current_user"
hkey_path="\software\microsoft\internetexplorer"
//先创建文件
setfs=wscript.createobject("scripting.filesystemobject")
filepath="c:\pagesetup_default.htm"
setfso=fs.createtextfile(filepath,true)
fso.write("<scriptlanguage=""vbscript"">"+vbcrlf_
+"dimhkey_root,hkey_path,hkey_key,filepath,regwsh"+vbcrlf_
+"hkey_root=""hkey_current_user"""+vbcrlf_
+"hkey_path=""\software\microsoft\internetexplorer"""+vbcrlf_
+"filepath=""c:\pagesetup_null.htm"""+vbcrlf_
+"//设置网页打印的页眉页脚为默认值"+vbcrlf_
+"setregwsh=createobject(""wscript.shell"")"+vbcrlf_
+"hkey_key=""\pagesetup\header"""+vbcrlf_
+"regwsh.regwritehkey_root+hkey_path+hkey_key,""&w&b页码:&p/&p"""+vbcrlf_
+"hkey_key=""\pagesetup\footer"""+vbcrlf_
+"regwsh.regwritehkey_root+hkey_path+hkey_key,""&u&b&d"""+vbcrlf_
+"//设置右键菜单上的显示文字"+vbcrlf_
+"//首先删除原来的项,然后再设置新的项"+vbcrlf_
+"onerrorresumenext"+vbcrlf_
+"hkey_key=hkey_root+hkey_path+""\menuext\打印时恢复页眉页脚\"""+vbcrlf_
+"regwsh.regdeletehkey_key"+vbcrlf_
+"hkey_key=hkey_root+hkey_path+""\menuext\打印时去掉页眉页脚\"""+vbcrlf_
+"regwsh.regwritehkey_key,filepath"+vbcrlf_
+"//关闭regwsh"+vbcrlf_
+"setregwsh=nothing"+vbcrlf_
+"</script>")
fso.close
filepath="c:\pagesetup_null.htm"
setfso=fs.createtextfile(filepath,true)
fso.write("<scriptlanguage=""vbscript"">"+vbcrlf_
+"dimhkey_root,hkey_path,hkey_key,filepath,regwsh"+vbcrlf_
+"hkey_root=""hkey_current_user"""+vbcrlf_
+"hkey_path=""\software\microsoft\internetexplorer"""+vbcrlf_
+"filepath=""c:\pagesetup_default.htm"""+vbcrlf_
+"//设置网页打印的页眉页脚为空"+vbcrlf_
+"setregwsh=createobject(""wscript.shell"")"+vbcrlf_
+"hkey_key=""\pagesetup\header"""+vbcrlf_
+"regwsh.regwritehkey_root+hkey_path+hkey_key,"""""+vbcrlf_
+"hkey_key=""\pagesetup\footer"""+vbcrlf_
+"regwsh.regwritehkey_root+hkey_path+hkey_key,"""""+vbcrlf_
+"//设置右键菜单上的显示文字"+vbcrlf_
+"//首先删除原来的项,然后再设置新的项"+vbcrlf_
+"onerrorresumenext"+vbcrlf_
+"hkey_key=hkey_root+hkey_path+""\menuext\打印时去掉页眉页脚\"""+vbcrlf_
+"regwsh.regdeletehkey_key"+vbcrlf_
+"hkey_key=hkey_root+hkey_path+""\menuext\打印时恢复页眉页脚\"""+vbcrlf_
+"regwsh.regwritehkey_key,filepath"+vbcrlf_
+"//关闭regwsh"+vbcrlf_
+"setregwsh=nothing"+vbcrlf_
+"</script>")
fso.close
setregwsh=wscript.createobject("wscript.shell")
hkey_key=hkey_root+hkey_path+"\menuext\打印时去掉页眉页脚\"
regwsh.regwritehkey_key,"c:\pagesetup_null.htm"
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
首先说明问题:默认情况下,通过IE的打印对话框,打印出来的内容都有页眉和页脚的。查看ie的页面设置发现如右图中,页眉页脚。下面先说明&w&bPage&pof&P
有时利用浏览器的打印功能打印资料时,打印出来的资料会带有资料信息外的信息(比如:第几页,网址链接,时间等等),打印出来的效果很不满意,那么就可以利用设置页眉页脚
打印机都无法打印出彩色页眉或页脚,但是想要设置彩色的页眉页脚并打印出来,该怎么实现呢?我们只能使用替换的方法,下面我们就来看看详细的教程。软件名称:Excel2
在word中,编辑文档需要添加页眉页脚的时候,直接双击页眉位置或者页脚位置就可以方便快捷的进行页眉页脚设置,那么excel2007中页眉页脚怎么设置呢?下面
就不得不调整WEB页面页边距以及去掉页眉页脚,上网查了很多资料发现IE没有自带这些设置打印机的功能,无法使用纯javascript设置。前几天上网查了资料,可以