본문 바로가기

PDS

ScriptX - 웹페이지 인쇄용 컴퍼넌트


<다운로드>


배포 사이트 : http://www.meadroid.com/

header
footer
부분 수정이나 없앨수 있거나 기타 인쇄 제어 컴퍼넌트.

예>

위 파일을 다운 받아서 압축을 풀고.
smsx.cab 파일을 webcontent 어딘가에 복사한다.

<head></head> 사이에

<script type="text/javascript">
function wprint() {
with ( factory.printing )
{
header = '';
footer = '';
portrait = true; // true 세로출력 , false 가로출력
leftMargin = 20;
rightMargin = 0;
topMargin = 25;
bottomMargin = 0;
Print(true, window) // 첫번째 인자 : 대화상자표시여부 , 두번째인자 : 출력될 프레임
}
window.close();
}

</script>


<body></body>사이에

<object id="factory" viewastext  style="display:none"
  classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814"
  codebase="http://[your-path]/smsx.cab#Version=6,3,435,20">
</object>

 *your-path 부분을 smsx.cab 파일이 있는 경로로 수정한다.
http://210.xxx.xxx.xxx/xxx/

인쇄버튼 (실행)

<input type="button" name="print" value="인쇄하기" onClick="wprint();">

'PDS' 카테고리의 다른 글

SQLYog 6.11  (0) 2008.02.27
HeidiSQL 3.0 Final  (0) 2007.05.28
HeidiSQL 3.0 Final  (0) 2007.05.28