인쇄CSS
<style type="text/css">
@media print{
#header{display: none;}
#left{display: none;}
#footer{display: none;}
}
</style>
<A href="javascript:window.print()">프린트하기</A>
해당 페이지에 JS 삽입
<style type="text/css">
@media print{
#util_wrap{display: none;}
#header{display: none;}
#left{display: none;}
#footer{display: none;}
}
</style>
<a href="javascript:window.print()">인쇄하기</a>
버튼이 있는 페이지(이미지 인쇄)
<script type="text/javascript">
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
</script>
<a href="#" onclick="MM_openBrWindow('print.asp','','scrollbars=yes,width=610,height=610');return false;" class="btnPrnt" target="_blank">오시는길 인쇄하기</a>
새 창 팝업 페이지
<script type="text/javascript">
window.onload = function(){
window.print();
//self.close();
}
</script>
<img src="/images/company/location_print.gif" alt="지도 이미지" />
'HTML·CSS·JQuery' 카테고리의 다른 글
텍스트 ...로 줄이기 (말줄임) (0) | 2020.02.16 |
---|---|
단어 줄바꿈 처리 (0) | 2020.02.15 |
iOS 인풋(input) 및 버튼(button) 스타일 제거 및 설정 (0) | 2020.02.13 |
웹언어에 따른 인클루드 (0) | 2020.02.12 |
테이블 기본 구조 세팅 (0) | 2020.02.11 |
댓글