View

프린트 페이지 만들기

수퍼곰탱이 2007. 5. 10. 00:26
<SCRIPT LANGUAGE="JavaScript">
<!--
function printPage() {
    if (window.print) {
        agree = confirm('현재 페이지를 프린트 하시겠습니까 ?');
    if (agree) window.print();
   }
}
//-->
</script>

프린트 알럽창을 다시 띄우는 버튼은
<img src="btn_print.gif"  onclick="printPage()"  style='cursor:hand'>
Share Link
reply
«   2025/04   »
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