|
|
|
14년 전
|
조회 843
|
|
|
|
14년 전
|
조회 799
|
|
|
|
14년 전
|
조회 1,633
|
|
|
|
14년 전
|
조회 1,358
|
|
|
|
14년 전
|
조회 885
|
|
|
|
14년 전
|
조회 2,207
|
|
|
|
14년 전
|
조회 1,186
|
|
|
|
14년 전
|
조회 1,318
|
|
|
|
14년 전
|
조회 1,033
|
|
|
|
14년 전
|
조회 1,311
|
|
|
|
14년 전
|
조회 1,820
|
|
|
|
14년 전
|
조회 1,548
|
|
|
|
14년 전
|
조회 1,828
|
|
|
|
14년 전
|
조회 1,835
|
|
|
|
14년 전
|
조회 1,468
|
|
|
씨네울프
|
14년 전
|
조회 1,639
|
|
|
|
14년 전
|
조회 1,567
|
|
|
|
14년 전
|
조회 1,031
|
|
|
|
14년 전
|
조회 1,122
|
|
|
|
14년 전
|
조회 1,690
|
댓글 4개
네이버에 검색해 보시면 관련 내용 있을거에요
중략...
@media print{
#no_print{display: none;}
#no1_print{display: none;}
#footer{display: none;}
}
</style>
중략....
<!-- 리스트 출력 함수 삽입 부부 -->
<div id='print_table' >
<!-- 리스트 출력 함수 삽입 부부 -->
<a class="style1" > 우편물발송대장</a>
<table cellspacing="0" cellpadding="0" class="board_list" border=0>
<? if ($is_good) { ?><? } ?>
<? if ($is_nogood) { ?><? } ?>
<tr>
<? if ($is_checkbox) { ?>
<div id='no_print'>
<th width=40>
<input onclick="if (this.checked) all_checked(true); else all_checked(false);" type=checkbox>
</th>
</div>
<?}?>
이렇게 하는게 맞지 않나요>?
아래 코드를 넣으세요
$('input').css({ 'visibility' : 'hidden' });