You cannot see this page without javascript.

인쇄할 영역만 인쇄

Programing 조회 수 1011 추천 수 0 2013.12.06 22:07:38

1.특정부분인쇄
2.웹페이지 주소안나옴
3.헤더와푸터를 맘대로
4.한페이지가 넘어갈경우 중간에 짤리지 않고 깔끔하게 다음장으로 ;;
<head>
<!-- 헤드사이에 스크립트를 넣습니다. -->
<SCRIPT>
function pagePrint(Obj) {
var W = Obj.offsetWidth;        //screen.availWidth;
var H = Obj.offsetHeight;        //screen.availHeight;
var features = "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=" + W + ",height=" + H + ",left=0,top=0";
var PrintPage = window.open("about:blank",Obj.id,features);
PrintPage.document.open();
PrintPage.document.write("<html><head><title></title><style type='text/css'>body, tr, td, input, textarea { font-family:굴림; font-size:12px; }</style>n </head>n<body>" + Obj.innerHTML + "n</body></html>");
PrintPage.document.close();
PrintPage.document.title = document.domain;
PrintPage.printWindow(PrintPage.location.reload());
}
</SCRIPT>
</head>
<!--그리고 인쇄할곳을 찾아서 div 태그로 감싸줍니다.-->
<body>
<table BORDER=1>
 <tr>
  <td> 인쇄 안할곳<br>
   <a href="javascript:pagePrint(d2)">인쇄 해야할곳만 인쇄하자~!</a> </td>
 </tr>
</table>
<DIV ID="d2">
<script>
function printWindow() {
 factory.printing.header = "헤더의 내용";
 factory.printing.footer = "푸터의 내용";
 factory.printing.portrait = true; //false 로할경우 가로방향으로 출력합니다.
 factory.printing.leftMargin = 20.0;//마진값은 적당하게 주시면 됩니다.
 factory.printing.topMargin = 1.0;
 factory.printing.rightMargin = 1.0;
 factory.printing.bottomMargin = 1.0;
 factory.printing.Print(false);
}
</script>
<object id=factory style='display:none'  classid='clsid:1663ed61-23eb-11d2-b92f-008048fdd814'  codebase='자기서버에 파일위치/smsx.cab#Version=6,4,438,06'>
</object>
<table BORDER=1>
 <tr>
  <td> 인쇄 해야할곳!!!! </td>
 </tr>
</table>
</DIV>
</body>
이렇게 하시면 인쇄 하기 버튼을 누르시면
새창이뜨면서 인쇄할 영역만 보여지고 인쇄창이 뜨게 됩니다.


smsx.cab

첨부
엮인글 :
List of Articles
번호 제목 글쓴이 날짜sort 조회 수

APM httpd.conf 정리

  • LynX
  • 2013-12-27
  • 조회 수 770

APM phpmyadmin 설정

  • LynX
  • 2013-12-27
  • 조회 수 775

APM APM 기본적인 점검

  • LynX
  • 2013-12-27
  • 조회 수 1064

APM MySql ZIP 설치 file

  • LynX
  • 2013-12-26
  • 조회 수 336

APM MySql 설치 다른버전

  • LynX
  • 2013-12-26
  • 조회 수 236

APM APM 설치 수동설치

  • LynX
  • 2013-12-26
  • 조회 수 429

APM Apache + PHP 설치

  • LynX
  • 2013-12-24
  • 조회 수 454

APM 무료 ssl 설치

  • LynX
  • 2013-12-21
  • 조회 수 986

APM ssl 설치 file

  • LynX
  • 2013-12-21
  • 조회 수 333

Server Josso file

  • LynX
  • 2013-12-19
  • 조회 수 3229

Server sso file

  • LynX
  • 2013-12-18
  • 조회 수 1717

Media 다수의 그림파일 PDF변환 file

  • LynX
  • 2013-12-13
  • 조회 수 216

Programing meadco print

  • LynX
  • 2013-12-12
  • 조회 수 4267

Programing PHP print

  • LynX
  • 2013-12-12
  • 조회 수 794

Programing print script

  • LynX
  • 2013-12-11
  • 조회 수 300

Programing 인쇄할 영역만 인쇄 file

  • LynX
  • 2013-12-06
  • 조회 수 1011

HardWare PacketTracer533_setup file

  • LynX
  • 2013-10-16
  • 조회 수 727

Server DHCP file

  • LynX
  • 2013-10-04
  • 조회 수 557

SoftWare 네트워크 블러그

  • LynX
  • 2013-09-29
  • 조회 수 841

HardWare DCE 기본설정

  • LynX
  • 2013-09-28
  • 조회 수 247

XE Login