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