본문 바로가기
실시간 영화감상

현재페이지를 인쇄할때 출력용지에 아무 내용도 안찍히게 설정

<head>


<script language="javascript">
<!--
var hideBuf;
function hideBeforePrint() {
    hideBuf = document.body.innerHTML;
              document.body.innerHTML = '';
}
function showAfterPrint() {
    document.body.innerHTML = hideBuf;
    }
        window.onbeforeprint = hideBeforePrint;
        window.onafterprint = showAfterPrint;
//-->
</script>
</head>

 

댓글


Copyright ⓒ SmartWeb All rights reserved.