<SCRIPT language=javascript>
<!--
var hideBuf;
function hideBeforePrint() {
hideBuf = document.body.innerHTML;
document.body.innerHTML = '';
}
function showAfterPrint() {
top.frames.document.location.href='이동하고자 하는 페이지 입력';
}
window.onbeforeprint = hideBeforePrint;
window.onafterprint = showAfterPrint;
//-->
</SCRIPT>
<!--
var hideBuf;
function hideBeforePrint() {
hideBuf = document.body.innerHTML;
document.body.innerHTML = '';
}
function showAfterPrint() {
top.frames.document.location.href='이동하고자 하는 페이지 입력';
}
window.onbeforeprint = hideBeforePrint;
window.onafterprint = showAfterPrint;
//-->
</SCRIPT>
'인터넷관련' 카테고리의 다른 글
문서길이를 자동으로 맞추는 아이프레임 리사이즈 소스 6가지 (0) | 2008.02.01 |
---|---|
체크박스 전체선택 / 전체해제 (0) | 2008.02.01 |
마우스 좌표값 (0) | 2008.02.01 |
스크립트 인코딩 (Windows Script Encoder) (0) | 2008.02.01 |
마우스 오버/아웃시 소리효과 초간단 자바스크립트 (0) | 2008.02.01 |
새창 가운데 열기 - 중앙에 열기 (0) | 2008.02.01 |
필드값의 유효성을 검사하는 함수 (0) | 2008.02.01 |
원 클릭으로 클립보드 복사하기 3 - input (0) | 2008.02.01 |