ÇöÀçÆäÀÌÁö¸¦ ÀμâÇÒ¶§ Ãâ·Â¿ëÁö¿¡ ¾Æ¹« ³»¿ëµµ ¾ÈÂïÈ÷°Ô ¼³Á¤ |
|
|
|
17³â Àü |
<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>
|
|
̵̧ : 335 |
̵̧
¸ñ·Ï
|
|