Contents

조회 수 7460 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
205 Develop [ios] UUID 생성 + Key Chain 연동 file hooni 2016.05.13 4676
204 Develop [ios] 앱딜리게이트 라이프사이클 (AppDelegate Lifecycle) file hooni 2014.05.09 4463
203 Develop [ios] URL Scheme 이용하여 앱 설치 확인 hooni 2014.03.10 4372
202 Develop [c#]뉴 툴바 개인적으로 만든거.. (old) secret hooni 2013.04.23 4272
201 Develop [ios] 애플 앱스토어 IDFA 리뷰 정책 변경 안내 file hooni 2014.05.07 4189
200 Develop [ios] AES256 알고리즘을 이용해 데이터 암호화/복호화 방법 file hooni 2015.07.21 4111
199 Develop [ios] DatePicker iOS 6.x 이하 디자인. file hooni 2014.04.10 4064
198 Develop [ios] iOS 7 이상 UIBarButtonItem 여백 file hooni 2014.03.27 4055
197 Develop [ios] UDID 사용 제한에 따른 대안들 hooni 2014.03.13 3970
196 Develop [ios] 아이폰 GPS 사용하기 hooni 2014.05.24 3964
195 Develop [android] 코드에서 문자열로 Resource 가져오기 hooni 2015.07.09 3950
194 Develop [ios] iOS 의 인앱구매 소개 file hooni 2014.04.29 3834
Board Pagination Prev 1 ... 49 50 51 52 53 54 55 56 57 58 ... 71 Next
/ 71