인쇄할 경우. 질문 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

인쇄할 경우. 질문 정보

인쇄할 경우. 질문

본문

TABLE 을 DIV 폼으로 감싸서 인쇄를 할려고 합니다.

테이블 안에 체크 박스가 있는데 이걸 출력 안하게 하는 방법이 있을까요?
  • 복사

댓글 전체

<style type="text/css">
중략...


  @media print{

    #no_print{display: none;}

    #no1_print{display: none;}

    #footer{display: none;}   

  }

</style>

중략....
 
<!-- 리스트 출력 함수 삽입 부부 -->
<div id='print_table' >
<!-- 리스트 출력 함수 삽입 부부 -->


<a class="style1"  >&nbsp;&nbsp;우편물발송대장</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>
    <?}?>

이렇게 하는게 맞지 않나요>?
© SIRSOFT
현재 페이지 제일 처음으로