<script type="text/javascript">
function printSection(){
var sw=800;
var sh=820;
var w=635;//»õâÀÇ Æø
var h=820;//»õâÀÇ ³ôÀÌ
var xpos=(sw-w)/2; //ȸé Áß¾Ó¿¡ ¶ç¿ì±â °¡·ÎÀ§Ä¡
var ypos=(sh-h)/2; //ȸé Áß¾Ó¿¡ ¶ç¿ì±â À§ÇÔ ¼¼·ÎÀ§Ä¡
rptContent = rptContent0;
printWindow = window.open("", "", "width=" + w + ",height=" + h + ",top=" + ypos + ",left=" + xpos); //µ¿ÀûÀÎ »õâÀ» ¶ç¿ó´Ï´Ù.
printWindow.document.open();
printWindow.document.write("<html><head><title>Location</title>");
//printWindow.document.write("<link href='url»èÁ¦/print.css' rel='stylesheet' type='text/css' />");
printWindow.document.write("</head><body>");
printWindow.document.write(rptContent);
printWindow.document.write("/<body></html>");
printWindow.document.close();
printWindow.print();
printWindow.close();
}
Å©·Ò¿¡¼ À¥ÆäÀÌÁö¸¦ ÀμâÇÏ´Â ±â´ÉÀ» ¼öÁ¤ÁßÀÔ´Ï´Ù..
¼Ò½º´Â À§¿Í °°±¸¿ä
°¡¿îµ¥Âë ÁÖ¼®Ä£ ºÎºÐ¿¡ ÀÖ´Â css ÆÄÀÏÀ» Àû¿ëÇϸé , ÀμâÇÒ ÆäÀÌÁö°¡ ¾Æ¹«°Íµµ Ç¥½Ã°¡ ¾ÈµÇ±¸¿ä.
css ÆÄÀÏÀ» Àû¿ëÇÏÁö ¾ÊÀ¸¸é Á¤»óÀûÀ¸·Î ÀμâÇÒ ÆäÀÌÁö°¡ º¸ÀÔ´Ï´Ù..
css ÆÄÀÏÀ» Àû¿ëÇÏ¸é ¿Ö Å©·Ò¿¡¼´Â Àμâ ÇÒ ÆäÀÌÁö°¡ º¸ÀÌÁö ¾Ê´Â°ÇÁö ±Ã±ÝÇÕ´Ï´Ù.
ÀͽºÇ÷η¯´Â Á¤»ó ÀÛµ¿ÇØ¿ä..
css ÆÄÀÏÀ» ÷ºÎÇß½À´Ï´Ù.
¾Ë·ÁÁÖ½Ã¸é °¨»çÇÏ°Ú½À´Ï´Ù...
|
document.append·Î ÇÏ¸é µÉ°Í °°¾Æ¿ä
append ·Î º¯°æ + close ÀÌÀüÀ¸·Î À§Ä¡ º¯°æÇؾߵɵí