첨부파일 https://imweb.eond.com/coding/20473
http://miniwini.com/miniwinis/bbs/index.php?bid=qna&mode=read&id=11292===================================================================
새창 띄울 소스
===================================================================
<script>
function getCookie(name) {
        var nameOfCookie = name + "=";
        var x = 0;
        while (x <= document.cookie.length)
        {
                var y = (x+nameOfCookie.length);
                if (document.cookie.substring( x, y ) == nameOfCookie)
                {
                        if ((endOfCookie=document.cookie.indexOf(";",y)) == -1)
                        {
                                endOfCookie = document.cookie.length;
                        }
                        return unescape(document.cookie.substring(y,endOfCookie));
                }

                x = document.cookie.indexOf(" ",x) + 1;
                if (x == 0)
                {
                        break;
                }
        }
        return "";
}

function openWin() {
        var openedOnce = getCookie('fallout');
        if (openedOnce) {
                // return false;
                alert("뷁!");
        }
        else {
                window.open('window.html','','width=500, height=300');
        }
}

</script>

<body onload=openWin()>
===================================================================
새창 띄워진 소스
===================================================================
<script>
function setCookie(name,value,expiredays) {
        var todayDate = new Date();
        todayDate.setDate(todayDate.getDate() + expiredays);
        document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
</script>

<body onload=setCookie('fallout','ABC',1) onunload=setCookie('fallout','',-1)>

Window Loaded.
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 235 articles in 10 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
55 [HTML5] 이미지 롤오버 [2] 2007/04/17
54 [Script] Iframe 크기 내용에 따라 자동조절하기 (by konahn) [1] 2007/04/17
53 [Script] 한 번의 클릭으로 두 개의 아이프레임 제어하기 2007/04/16
52 [HTML5] 홈페이지 특정 부분을 아이프레임으로 보기 (by elca) 2007/04/16
51 [HTML5] object - iframe처럼 페이지 삽입 소스 2007/04/16
50 [Script] iframe 자동 리사이즈 [6] 2007/04/16
49 [DIV] div tag를 iframe 처럼 사용하기 2007/03/27
48 [DIV] div에서 table의 table-layout:fixed;dhk 같은 효과를 사용하기 [1] 2007/03/27
47 [HTML5] 컬러코드 모음 2006/10/15
46 [HTML5] 자바스크립트와 CSS를 넣는 방법 2005/04/28
45 [Script] 클릭하면 닫히는 창 2005/04/28
44 [Script] 마우스 올렸을 때 바뀌는 커서 (by kiwha) 2004/12/14
43 [Script] ~한지 **일 되었습니다 (by kihwa) 2004/12/14
42 [Script] 클릭하면 경고창 뜨는 스크립트 [1] 2004/12/14
41 [CGI] Space Checker - 계정 하드용량과 DB용량 동시확인 2003/06/06
40 [HTML5] 프레임 나누기 (좌/우, 상/하) 2004/05/28
39 [PHP] <?echo($list_height)?> 의 쓰기 쉬운 변형 (by Hyunee) 2004/05/26
38 [HTML5] HEAD에 CSS, JS(자바스크립트), META 넣기 2004/05/24
37 [Form] 새창에서 '확인' 누르면 부모창 리로드 시키기 (by 지진) 2004/05/22
36 [HTML5] HTML 태그 그대로 노출하기 2004/05/22

해시태그 디렉터리

오늘의 핫게시물