<HTML><HEAD><TITLE>NewDocument</TITLE><METANAME="Generator"CONTENT="EditPlus"><METANAME="Author"CONTENT="YC"><scriptlanguage="VBScript">...dimhkey_root,hkey_path,hkey_keyhkey_root="HKEY_CURRENT_USER"hkey_path="SoftwareMicrosoftInternetExplorerPageSetup"'//设置网页打印的页眉页脚为空functionpagesetup_null()onerrorresumenextSetRegWsh=CreateObject("WScript.Shell")hkey_key="header"RegWsh.RegWritehkey_root+hkey_path+hkey_key,""hkey_key=" ooter"RegWsh.RegWritehkey_root+hkey_path+hkey_key,""endfunction'//设置网页打印的页眉页脚为默认值functionpagesetup_default()onerrorresumenextSetRegWsh=CreateObject("WScript.Shell")hkey_key="header"RegWsh.RegWritehkey_root+hkey_path+hkey_key,"&w&b页码,&p/&P"hkey_key=" ooter"RegWsh.RegWritehkey_root+hkey_path+hkey_key,"&u&b&d"endfunction</script></HEAD><BODY><br><br><br><br><br><br><palign=center><inputtype="button"value="清空页码"onclick=pagesetup_null()><inputtype="button"value="恢复页吗"onclick=pagesetup_default()><br></p></BODY></HTML>