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);
}



?

  1. [c] 파일(File) 관련 함수 샘플 코드

  2. [c] 더블(이중) 연결리스트 예제..

  3. [js] 부모창에서 자식창으로 문자열 전달..

  4. [jsp] 유효성체크(Client, Server 에서)

  5. [c++] MFC 모든 헤더와 라이브러리 설명 | [교류]Programming

  6. [php] gd 프로그램.. htm 파일.. ㅋㅋ

  7. [ios][swift] 초간단 카달로그 앱 (Catalog App)

  8. [c] 암호화 알고리즘 DES 구현 ㅋㅋ

  9. [c] 지폰(gphone) 소스.. 수정(암호화)

  10. [c] 단기과정[01/07] 제어문, 피보나치수열

  11. [c] kmp 활용 search

  12. [js] 자바스크립트 메뉴얼 사이트.. ㅋㅋ

Board Pagination Prev 1 ... 53 54 55 56 57 58 59 60 61 62 ... 98 Next
/ 98