Contents

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



?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
465 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 10664
464 System/OS [perl] 영규가 만든 스크립트.. 하하.. hooni 2013.04.23 10679
463 Develop [c++]현승이가 보내준 암호화 모듈 AES라인델.. file hooni 2003.04.23 10744
462 Develop [js] jQuery plugin 요약 hooni 2013.12.20 10751
461 Develop [c++] p.118 확인학습 5번 hooni 2003.04.23 10773
460 Develop [c++] 가짜 인증서(하나은행) 프로그램 file hooni 2013.04.23 10782
459 Develop [php] XE 관리자 IP대역 설정 오류 해결법 hooni 2014.02.10 10819
458 Develop [c] 거리와 각도를 입력받아서 좌표로 변환 file hooni 2013.04.23 10837
457 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10837
456 System/OS OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속 file hooni 2013.04.23 10853
455 Develop [js] 순환참조에 의한 메모리 누수 관련 file hooni 2013.12.17 10863
454 System/OS [mysql] 시간 관련 SQL구문.. hooni 2013.04.23 10880
Board Pagination Prev 1 ... 55 56 57 58 59 60 61 62 63 64 ... 98 Next
/ 98