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
- docker
- 부모창
- yum
- install
- mariadb
- jQuery
- 한글 깨짐
- Selectbox
- 확장자
- Oracle
- 천단위
- RabbitMQ
- php
- i18n
- JavaScript
- replace
- MySQL
- smarty
- Python
- TextBox
- 문자열자르기
- Postfix
- 일괄변경
- SVN
- centos
- Eclipse
- ubuntu
- random
- TPL
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