Contents

Views 7481 Comment 0
Atachment
Attachment '1'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

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

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
No. Category Subject Author Date Views
693 Develop [pdf] C++ 국제 표준 문서 file hooni 2013.04.23 7320
692 Develop [pdf] C 국제 표준 문서 file hooni 2013.04.23 6778
691 Develop [doc] C언어 문법 설명서 file hooni 2013.04.23 6459
690 Develop [doc] C++언어 문법 설명서 file hooni 2013.04.23 6194
689 Develop [chm] 비주얼 C++ 팁 모음 문서 file hooni 2013.04.23 7519
688 Develop [pdf] 윈도우즈 95 시스템 프로그래밍(Windows 95 system programming) file hooni 2013.04.23 6866
687 Develop [chm] 윈도우즈에서 디버깅 기법(Debugging Applications) file hooni 2013.04.23 7553
686 Develop [chm] C++ 문법 가이드 file hooni 2013.04.23 7970
685 Develop [pdf] 포인터 문법 정리 (C pointer) file hooni 2013.04.23 7145
684 Develop [chm] Programming Applications for Microsoft Windows file hooni 2013.04.23 7282
683 Develop [c] Unix Domain Socket 을 이용한 IPC hooni 2013.04.23 8043
682 Develop [c++] 쓰레드(Thread) 객체의 사용 hooni 2013.04.23 8609
Board Pagination Prev 1 ... 36 37 38 39 40 41 42 43 44 45 ... 98 Next
/ 98