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
489 Develop [c++] 데이터 압축 프로그램 소스 (lzw) file hooni 2013.04.23 9975
488 Develop [js] 이벤트 전파 3단계 hooni 2013.12.18 9998
487 Develop [c++] 퍼즐 버블버블 간단한 원리(사용공식) file hooni 2013.04.23 10004
486 Develop [js] jQuery 배열 루프(each) hooni 2013.12.17 10025
485 Develop [c] 문자열 뒤집기 (문자열 거꾸로 출력하는 간단소스) hooni 2003.04.23 10061
484 Database [sql] 쿼리로 문자열 검색해서 일괄 치환하기 hooni 2014.02.13 10078
483 Develop [linux] 쉘 스크립트를 이용한 BBS hooni 2003.04.23 10084
482 Develop [c] 분수계산 함수^^ hooni 2003.04.23 10145
481 Develop [c++] p.47 연습문제 3번 hooni 2003.04.23 10152
480 Develop [c] 간단한 자료구조(stack, queue, linked list) 구현 소스 6 file hooni 2003.04.23 10171
479 Develop [c] 최단거리 알고리즘 & 예제소스.. 13 file hooni 2013.04.23 10211
478 Develop [c] 그래픽스 자료(OpenGL 라이브러리) 샘플 소스 file hooni 2003.04.23 10217
Board Pagination Prev 1 ... 53 54 55 56 57 58 59 60 61 62 ... 98 Next
/ 98