Contents

조회 수 7465 댓글 0
Atachment
첨부 '1'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

자식창의 함수 호출하는 심플 컨셉의 예제 ㅋㅋ

var win = null;
function view(id){
    if(win){
        win.close();
        win = null;
    }

    xwidth = 420;
    yheight = 320;

    x = screen.availWidth;
    y = screen.availHeight;
    win = window.open("view.htm","_view",
            "left="+(x-xwidth)/2+",top="+(y-yheight)/2+",
            scrollbars=no,resizable=no,width="+xwidth+",height="+yheight);

    i = document.getElementById(id);
    o = i.firstChild.innerHTML;
    n = i.firstChild.nextSibling.innerHTML;
    m = i.firstChild.nextSibling.nextSibling.innerHTML;
    win.gogogo(o, n, m);
}



?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
597 Develop [unix] Java 애플릿용 HTML 자동 생성 hooni 2014.02.19 8259
596 Develop [php] 마시마로 캐릭터 방명록 file hooni 2003.04.23 8263
595 Develop [c] selec()를 이용한 입출력 다중화 file hooni 2013.04.23 8267
594 Develop [c] 이진트리(binary tree)의 운행.. hooni 2003.04.23 8285
593 Develop [c++] 현승이가 준 메신저 소스.. ㅋㅋ file hooni 2013.04.23 8288
592 Develop [c++] 레지스트리 편집하는 부분..ㅡㅡ; file hooni 2013.04.23 8289
591 Develop [swift] NotificationCenter 간단 예제 file hooni 2021.01.27 8306
590 Develop [js] selectbox 선택 후 input 박스에 적용 hooni 2013.04.23 8340
589 Develop [js] 쿠키(cookie)에 대한 설명과 예제.. hooni 2003.04.23 8344
588 Develop [c] 암호 알고리즘 소스.. file hooni 2013.04.23 8346
587 Develop [c] 콘솔에서 패스워드 입력시 문자 보이지 않게 하는 코드 file hooni 2013.04.23 8356
586 Develop Mac OS 에 Jenkins 설치하기 (Homebrew) 2 file hooni 2017.03.15 8360
Board Pagination Prev 1 ... 44 45 46 47 48 49 50 51 52 53 ... 98 Next
/ 98