You cannot see this page without javascript.

print script

Programing 조회 수 300 추천 수 0 2013.12.11 15:34:40
1. 프린트 할 영역의 테이블에 id 값을 준다

ex ) <table id="print_doc"> 생략... </table>

2. 프린트 할곳에 해당 스크립트 와 iframe를 하단에 삽입하며 클릭 버튼을 넣어준다.


<input type="button" value="프린트" onclick="print_();"> <!-- 버튼 넣고싶은곳에 넣는다.-->

<iframe id="hiddenFrame" name="hiddenFrame" width="0" height="0"></iframe> <!-- 팝업을 뛰우지 않기위해-->

<script language="Javascript" type="text/javascript">
<!--
function print_() {
    window.open("./print_hidden.php", "hiddenFrame");
    window.frames['hiddenFrame'].focus();
}
//-->
</script>

3. 같은 디렉토리 안에 print_hidden.php 아래 내용을 넣어서 파일을 생상한다.

<html>
<title>프린트</title>
<body leftmargin=0 topmargin=0></body>
</html>

<script language="Javascript" type="text/javascript">
<!--
function print_() {
    window.print();
}
var base = parent.location.href;
var body = parent.document.getElementById('print_doc').innerHTML;
document.body.innerHTML = "<BASE HREF='"+base+"'>" + body;
window.onload = print_;
//-->
</script>

엮인글 :
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