Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- random
- SVN
- Python
- MySQL
- RabbitMQ
- Postfix
- docker
- Eclipse
- Oracle
- smarty
- i18n
- 일괄변경
- 확장자
- 한글 깨짐
- mariadb
- ubuntu
- 천단위
- install
- 문자열자르기
- JavaScript
- yum
- TPL
- 부모창
- TextBox
- Selectbox
- replace
- centos
- php
- jQuery
Archives
- Today
- Total
목록div (1)
wilson's story
특정 div 프린트 하기
function content_print(){ var initBody = document.body.innerHTML; window.onbeforeprint = function(){ document.body.innerHTML = document.getElementById('선택될 div id').innerHTML; } window.onafterprint = function(){ document.body.innerHTML = initBody; } window.print(); } =============================================================================================== 내용 content_1 내용 content_2 ========..
Javascript
2008. 3. 3. 16:06