<SCRIPT language=javascript>
<!--
var hideBuf;
function hideBeforePrint() {
  hideBuf = document.body.innerHTML;
  document.body.innerHTML = '';
}
function showAfterPrint() {
  top.frames.document.location.href='이동하고자 하는 페이지 입력';
}
window.onbeforeprint = hideBeforePrint;
window.onafterprint = showAfterPrint;
  //-->
</SCRIPT>
Posted by 알 수 없는 사용자
,