function Preview(oper) {
if(oper < 10 ) {
bdhtml = window.document.body.innerHTML;//현재 페이지의 HTML 코드 가져오기
sprnstr = "";/ /인쇄 시작 영역 설정
eprnstr = "";//인쇄 끝 영역 설정
prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) 18 ); //코드 시작 html 뒤로 가져오기
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr));//끝 코드에서 html 앞으로 가져오기
window.document.body. innerHTML = prnhtml;
window.print();
window.document.body.innerHTML =
} else {
window.print(); >}
# 외부 {
디스플레이:테이블
높이:400px
#위치:상대적
overflow:hidden; 디스플레이:테이블-셀;
세로 정렬:중간;
#top:50%
}
#inner {
#위치:상대적;
#top: -50%;
}