[java] 스크립트 – 페이지 프린트 하기

1번째

<a href=”#” onClick=”window.print()”>프린트</a><br>

2번째

<script language=”javascript”>

sAgent = navigator.userAgent;

t1 = sAgent.indexOf(“Mac”) > -1;

t10 = sAgent.indexOf(“MSIE”) > -1;

t11 = sAgent.indexOf(“IE 3”) > -1;

t101 = sAgent.indexOf(“IE 4”) > -1;

t110 = sAgent.indexOf(“IE 5”)  > -1;

t111 = sAgent.indexOf(“Mozilla”) > -1 && !t10;

nick = t110;

if(nick){

document.write(“<input type=’button’ value=’Print’ onclick=’window.print()’>”);

}

//–></script>

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.