본문 바로가기

프로그래밍관련/javascript

FF iframe print();

    if(!window.sidebar){    // FF가 아닌 경우
        top.hiddenIfm.focus();
        window.print();
    }else{                       // FF
        hiddenIfm.print();
    }

부분인쇄를 위해 iframe을 사용하면 인쇄가 되질 않더라...

ㅡ_ㅡ 혹시나해서 별별 소스를 작성끝에.... 프레임에 인쇄를 실행하니 되더라...

이런...