ÆäÀÌÁö ÀÎ¼â ¾ÈµÇ°Ô ¸¸µé±â |
|
|
 ȨÆäÀÌÁö |
20³â Àü |
<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>
|
|
̵̧ : 376 |
̵̧
¸ñ·Ï
|
|