Contents

Views 7483 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
469 Develop [c] 문자열 정렬 함수 qsort() hooni 2003.04.23 8277
468 Develop [unix] Java 애플릿용 HTML 자동 생성 hooni 2014.02.19 8274
467 Develop [c] 그래픽 차트 라이브러리.. 나중에 확인 해볼 거.. file hooni 2013.04.23 8247
466 Develop [vb] 64bit RSA 프로그램 소스 ㅋㅋ file hooni 2013.04.23 8237
465 Develop [c] 가위 바위 보 서버, 클라이언트 소스코드 file hooni 2003.04.23 8227
464 Develop [c] 스토리지 클래스(변수) hooni 2003.04.23 8226
463 Develop [c] 프로그래밍 ppt, 스킬업 (비트 수업자료) file hooni 2003.04.23 8221
462 Develop [c#] 본현이형 논문 자료 (HIDS)ㅋㅋ file hooni 2013.04.23 8200
461 Develop [c] 간단한 소켓 프로그래밍 샘플 file hooni 2013.04.23 8190
460 Develop [js] 주민번호 생성기.. file hooni 2003.04.23 8181
459 Develop [jsp] 페이지에 한글이 정상적으로 보이지 않을 때.. hooni 2013.04.23 8181
458 Develop [c] GD라이브러리 설치 테스트 소스 file hooni 2013.04.23 8171
Board Pagination Prev 1 ... 27 28 29 30 31 32 33 34 35 36 ... 71 Next
/ 71