Contents

조회 수 7458 댓글 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);
}



?

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

    Date2013.04.23 CategoryDevelop Byhooni Views7413
    Read More
  2. [php] gd 프로그램.. htm 파일.. ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views7416
    Read More
  3. [c++] MFC 모든 헤더와 라이브러리 설명 | [교류]Programming

    Date2013.04.23 CategoryDevelop Byhooni Views7417
    Read More
  4. [c] kmp 활용 search

    Date2013.04.23 CategoryDevelop Byhooni Views7420
    Read More
  5. [jsp] 유효성체크(Client, Server 에서)

    Date2003.04.23 CategoryDevelop Byhooni Views7425
    Read More
  6. [c] 암호화 알고리즘 DES 구현 ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views7433
    Read More
  7. [c] 지폰(gphone) 소스.. 수정(암호화)

    Date2013.04.23 CategoryDevelop Byhooni Views7434
    Read More
  8. [c] 격자 직사각형 넓이 구하기

    Date2013.04.23 CategoryDevelop Byhooni Views7457
    Read More
  9. [js] 부모창에서 자식창으로 문자열 전달..

    Date2013.04.23 CategoryDevelop Byhooni Views7458
    Read More
  10. [c] 파일(File) 관련 함수 샘플 코드

    Date2003.04.23 CategoryDevelop Byhooni Views7460
    Read More
  11. [c] 간단한 순위 루틴.. (질문에 대한 답변)

    Date2003.04.23 CategoryDevelop Byhooni Views7469
    Read More
  12. [c] 더블(이중) 연결리스트 예제..

    Date2013.04.23 CategoryDevelop Byhooni Views7470
    Read More
Board Pagination Prev 1 ... 36 37 38 39 40 41 42 43 44 45 ... 98 Next
/ 98