发新帖

[web前端] 打印去掉页眉、页脚

零下一度 2018-4-3 1281
<style type="text/css" media="print">@page{size:0;margin:0mm;padding:0mm;}</style>
function pagesetup_null(){                
    var hkey_root,hkey_path,hkey_key;
    hkey_root='HKEY_CURRENT_USER';
    hkey_path='\\Software\\Microsoft\\Internet Explorer\\PageSetup\\';
    try{
        var RegWsh = new ActiveXObject('WScript.Shell');
        hkey_key='header';
        RegWsh.RegWrite(hkey_root+hkey_path+hkey_key,'');
        hkey_key='footer';
        RegWsh.RegWrite(hkey_root+hkey_path+hkey_key,'');
    }catch(e){}
}
function isIE() { //ie?
 if (!!window.ActiveXObject || 'ActiveXObject' in window)
      return true;
  else
      return false;
 }


最新回复 (0)
返回
零下一度
主题数
931
帖子数
0
注册排名
1