부분 프린터하기
기존에 대부분 스킨에서 프린트 기능을 구현하려면,
간단하게는 window.print(); 를 사용해서 전체를 프린트 하게 하거나...
새창으로 띄워서 새창 전체를 프린트하는 기법을 사용하는데...
새창안을 띄우지 않고 필요한 부분만 프린트하는 소스입니다.
일단 게시물 본문만 프린트 하려면 아래와 같이 추가해 주시면 됩니다.
<iframe name=print_content id=print_content width=1 height=1 style="visibility:hidden;"></iframe>
<script>
function content_printer ()
{
print_content.document.open();
print_content.document.writeln("<html><head><style>body,td,p,pre,input,textarea,select,option,a,a:hover {font-size:9pt; font-family:tahoma,굴림;}</style></head><body>"); //스타일등을 지정
print_content.document.writeln('<?=$memo?>'); // 본문 출력
print_content.document.writeln("</body></html>");
print_content.document.close();
print_content.document.execCommand('Print');
}
</script>
<a onclick="content_printer();" style="cursor:hand;">프린트하기</a>
간단하게는 window.print(); 를 사용해서 전체를 프린트 하게 하거나...
새창으로 띄워서 새창 전체를 프린트하는 기법을 사용하는데...
새창안을 띄우지 않고 필요한 부분만 프린트하는 소스입니다.
일단 게시물 본문만 프린트 하려면 아래와 같이 추가해 주시면 됩니다.
<iframe name=print_content id=print_content width=1 height=1 style="visibility:hidden;"></iframe>
<script>
function content_printer ()
{
print_content.document.open();
print_content.document.writeln("<html><head><style>body,td,p,pre,input,textarea,select,option,a,a:hover {font-size:9pt; font-family:tahoma,굴림;}</style></head><body>"); //스타일등을 지정
print_content.document.writeln('<?=$memo?>'); // 본문 출력
print_content.document.writeln("</body></html>");
print_content.document.close();
print_content.document.execCommand('Print');
}
</script>
<a onclick="content_printer();" style="cursor:hand;">프린트하기</a>
댓글 10개
쉽다zzz
12년 전
잘 쓰겠습니다.
senseme
12년 전
네..좋은 자료가 되었으면 좋겠네욧.
12년 전
냠냠;;;;;;;;;
<script>
function printHTML() {
Pwin = window.open("","","width=900,height=800,scrollbars=1");
wdata ="<HTML>";
wdata += document.getElementById("print").innerHTML;
wdata += "";
Pwin.document.write(wdata);
Pwin.window.print();
Pwin.window.location.reload();
}
</script>
<div id="print">
프린트할부분을 div로 감싸준다
</div>
저는 이거 쓰는데..........
<script>
function printHTML() {
Pwin = window.open("","","width=900,height=800,scrollbars=1");
wdata ="<HTML>";
wdata += document.getElementById("print").innerHTML;
wdata += "";
Pwin.document.write(wdata);
Pwin.window.print();
Pwin.window.location.reload();
}
</script>
<div id="print">
프린트할부분을 div로 감싸준다
</div>
저는 이거 쓰는데..........
senseme
12년 전
새로운 팁을 알게되었네요..감사합니다.
DanEtre
12년 전
감사합니다.^^
senseme
12년 전
감사합니다^^
쉽다zzz
12년 전
잘봤어요~
senseme
12년 전
감사합니다^^
12년 전
감사용
takumi22
12년 전
잘봤습니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5830 | 13년 전 | 1185 | ||
| 5829 | 13년 전 | 5048 | ||
| 5828 | 13년 전 | 6430 | ||
| 5827 | 13년 전 | 1200 | ||
| 5826 |
|
13년 전 | 529 | |
| 5825 | 13년 전 | 894 | ||
| 5824 |
|
13년 전 | 1879 | |
| 5823 | 13년 전 | 5615 | ||
| 5822 |
jfascas
|
13년 전 | 1038 | |
| 5821 | 13년 전 | 1696 | ||
| 5820 | 13년 전 | 1311 | ||
| 5819 |
itlang
|
13년 전 | 506 | |
| 5818 | 13년 전 | 1305 | ||
| 5817 | 13년 전 | 778 | ||
| 5816 | 13년 전 | 624 | ||
| 5815 | 13년 전 | 6132 | ||
| 5814 | 13년 전 | 860 | ||
| 5813 |
악마의유혹
|
13년 전 | 461 | |
| 5812 | 13년 전 | 2801 | ||
| 5811 | 13년 전 | 1171 | ||
| 5810 | 13년 전 | 3532 | ||
| 5809 | 13년 전 | 1354 | ||
| 5808 | 13년 전 | 1061 | ||
| 5807 | 13년 전 | 571 | ||
| 5806 | 13년 전 | 559 | ||
| 5805 |
angrysol
|
13년 전 | 816 | |
| 5804 | 13년 전 | 1005 | ||
| 5803 | 13년 전 | 1730 | ||
| 5802 |
angrysol
|
13년 전 | 1049 | |
| 5801 |
후라보노보노
|
13년 전 | 2136 | |
| 5800 | 13년 전 | 1099 | ||
| 5799 |
|
13년 전 | 4189 | |
| 5798 |
|
13년 전 | 3359 | |
| 5797 |
|
13년 전 | 4932 | |
| 5796 | 13년 전 | 7536 | ||
| 5795 | 13년 전 | 2775 | ||
| 5794 | 13년 전 | 2227 | ||
| 5793 |
|
13년 전 | 656 | |
| 5792 | 13년 전 | 2969 | ||
| 5791 | 13년 전 | 840 | ||
| 5790 | 13년 전 | 4328 | ||
| 5789 |
|
13년 전 | 2474 | |
| 5788 |
|
13년 전 | 1849 | |
| 5787 |
오지랖선생
|
13년 전 | 1617 | |
| 5786 | 13년 전 | 5923 | ||
| 5785 | 13년 전 | 1743 | ||
| 5784 |
|
13년 전 | 1449 | |
| 5783 | 13년 전 | 1304 | ||
| 5782 |
|
13년 전 | 2818 | |
| 5781 | 13년 전 | 2852 | ||
| 5780 | 13년 전 | 1155 | ||
| 5779 |
|
13년 전 | 1358 | |
| 5778 |
오리진소프트
|
13년 전 | 4608 | |
| 5777 | 13년 전 | 676 | ||
| 5776 | 13년 전 | 1139 | ||
| 5775 | 13년 전 | 1452 | ||
| 5774 | 13년 전 | 1873 | ||
| 5773 |
|
13년 전 | 1910 | |
| 5772 | 13년 전 | 1674 | ||
| 5771 | 13년 전 | 4780 | ||
| 5770 | 13년 전 | 1126 | ||
| 5769 | 13년 전 | 6106 | ||
| 5768 |
|
13년 전 | 1576 | |
| 5767 | 13년 전 | 1683 | ||
| 5766 |
프로프리랜서
|
13년 전 | 1380 | |
| 5765 |
|
13년 전 | 1035 | |
| 5764 | 13년 전 | 1760 | ||
| 5763 |
|
13년 전 | 779 | |
| 5762 |
|
13년 전 | 2283 | |
| 5761 | 13년 전 | 615 | ||
| 5760 | 13년 전 | 620 | ||
| 5759 | 13년 전 | 3269 | ||
| 5758 | 13년 전 | 1075 | ||
| 5757 |
|
13년 전 | 737 | |
| 5756 | 13년 전 | 561 | ||
| 5755 | 13년 전 | 1057 | ||
| 5754 |
|
13년 전 | 2223 | |
| 5753 | 13년 전 | 670 | ||
| 5752 | 13년 전 | 1542 | ||
| 5751 | 13년 전 | 762 | ||
| 5750 | 13년 전 | 746 | ||
| 5749 | 13년 전 | 2563 | ||
| 5748 | 13년 전 | 998 | ||
| 5747 | 13년 전 | 1212 | ||
| 5746 |
|
13년 전 | 643 | |
| 5745 | 13년 전 | 1656 | ||
| 5744 | 13년 전 | 665 | ||
| 5743 | 13년 전 | 826 | ||
| 5742 |
프로프리랜서
|
13년 전 | 575 | |
| 5741 | 13년 전 | 636 | ||
| 5740 | 13년 전 | 614 | ||
| 5739 | 13년 전 | 720 | ||
| 5738 | 13년 전 | 1920 | ||
| 5737 | 13년 전 | 977 | ||
| 5736 | 13년 전 | 1085 | ||
| 5735 | 13년 전 | 1988 | ||
| 5734 | 13년 전 | 1135 | ||
| 5733 | 13년 전 | 2775 | ||
| 5732 |
JOYCOM
|
13년 전 | 631 | |
| 5731 | 13년 전 | 3298 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기