아래 소스를 <head>와</head> 사이에 넣어주세요
1.
<scRIPT LANGUAGE=
'Javascript'
>
2.
function
printWindow()
3.
{
4.
bV = parseInt(navigator.appVersion);
5.
if
(bV >= 4) window.print();
6.
}
7.
</script>
아래의 소스는 삽입할 위치에 넣어주시면 됩니다.
<a href='javascript:printWindow('>프린트</a>