첨부파일 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 1 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
235 [CSS] CSS Grid를 배워보는 링크 2023/01/31
234 [swiperjs] swiper random shuffle 2022/11/28
233 [swiperjs] swiper.js 숫자 페이징 2022/11/28
232 [swiperjs] swiper.js 기본 템플릿 코드 2022/11/27
231 [위지윅에디터] 프로알라 에디터 이모티콘 커스텀 방법 2017/07/25
230 [미분류] 저는 웹 퍼블리셔 입니다. 2013/09/18
229 [CSS] safari select background glory style 2022/07/14
228 [Script] News Ticker - 한줄 전광판, 한줄씩 올라가는 스크립트, 뉴스티커 파일 2013/08/07
227 [CSS] css 글자 나누기 2022/05/10
226 [svg] SVG PATH EDITOR (코드로 SVG 패스 만들기) 파일 2022/04/21
225 [위지윅에디터] ckeditor5 2022/04/11
224 [map] 카카오맵 퍼블리싱 2022/03/31
223 [Meta] meta viewport 모바일에서 PC 사이즈 그대로 보기 2022/01/09
222 [프레임워크] Material design 2020/07/02
221 [반응형 웹] 기기별 미디어쿼리 사이즈,모바일 디바이스별 사이즈 파일 2020/05/02
220 Web Fundamentals 2020/05/02
219 [반응형 웹] 모바일 사이드바 만들기 2020/04/10
218 [위지윅에디터] Web-Based HTML Editor 비교 및 미리보기 2015/08/25
217 [부트스트랩] New Bootstrap 4 alpha 파일 2015/08/27
216 [프레임워크] [UI Kit] CSS Framework 어떤 것을 사용할 것인가? 출처: https://mobicon.tistory.com/353 [Intelligence Convergence] 파일 2019/03/21

해시태그 디렉터리

오늘의 핫게시물