팝업창에서 오늘 하루 이 페이지 열지 않기 체크박스 사용입니다.

· 10년 전 · 1077

==========================
오프너 페이지에 들어갈 코드
open.html
==========================

<HTML>
<HEAD>
<TITLE> Jasko Sample Script </TITLE>

<!---- [1단계] 아래의 소스코드를 <HEAD>와 </HEAD> 사이에 붙여 넣으세요 ---->

<script language="JavaScript">
<!-- JavaScript
function notice_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 "";
}

if ( notice_getCookie( "Notice" ) != "done" )
{
        window.open('notice.html','','width=340,height=380'); // 팝업윈도우의 경로와 크기를 설정 하세요
 }
// - JavaScript - -->
</script>

<!------------------------- 여기까지 ---------------------------------->

</head>

<body>

<p>이 문서에서는 공지창을 띄워줍니다</p>

</body>

</html>

==========================
공지창 윈도우에 들어갈 코드
notice.html
==========================

<HTML>
<HEAD>
<TITLE> Jasko Sample Script </TITLE>

<!---- [1단계] 아래의 소스코드를 <HEAD>와 </HEAD> 사이에 붙여 넣으세요 ---->

<script language="JavaScript">
<!-- JavaScript
function notice_setCookie( name, value, expiredays )
    {
        var todayDate = new Date();
        todayDate.setDate( todayDate.getDate() + expiredays );
        document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
         }


function notice_closeWin()
{
        if ( document.forms[0].Notice.checked )
                notice_setCookie( "Notice", "done" , 1); // 1=하룻동안 공지창 열지 않음
        self.close();
}


// - JavaScript - -->
</script>

<script language="JavaScript">
<!--
function na_call(str)
{
  eval(str);
}

// -->
</script>

<!------------------------- 여기까지 ---------------------------------->

</head>

<body>

<!---- [2단계] 아래의 방법으로 원하는 위치에 복사 해 넣으세요 ------------------>

<form name="form1">
<TABLE align=center width=340 border=0 bgColor=gold>
<TR>
        <TD colspan=2 align=center>
        <b>공지사항</b>
        </TD>
</TR>
<TR  bgColor=lightyellow>
        <TD colspan=2 align=center>
        <img src="../c1.jpg">
        </TD>
</TR>
<TR>
        <TD>
        <p style="font-size:12px">
        <input type="checkbox" name="Notice">오늘은 이창을 다시 열지않음
        </TD>
        <TD>
        <input type="image" src="../close.gif" name="close" OnClick="notice_closeWin()">
         </TD>
</TR>
</TABLE>
</form>

<!------------------------- 여기까지 ---------------------------------->


<p> </p>
</body>

</html>
<input type=button name=simabuttonviewsource value="View Source" onClick='window.location="view-source:"+window.location.href'>

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 1,061
10년 전 조회 1,136
10년 전 조회 1,063
10년 전 조회 1,176
10년 전 조회 1,250
10년 전 조회 1,218
10년 전 조회 1,161
10년 전 조회 1,085
10년 전 조회 1,200
10년 전 조회 1,106
10년 전 조회 1,145
10년 전 조회 1,088
10년 전 조회 1,066
10년 전 조회 1,067
10년 전 조회 1,091
10년 전 조회 1,189
10년 전 조회 1,133
10년 전 조회 1,221
10년 전 조회 1,104
10년 전 조회 1,133
10년 전 조회 1,121
10년 전 조회 1,182
10년 전 조회 1,276
10년 전 조회 1,356
10년 전 조회 1,151
10년 전 조회 1,224
10년 전 조회 1,106
10년 전 조회 1,028
10년 전 조회 1,082
10년 전 조회 1,219
10년 전 조회 1,103
10년 전 조회 1,122
10년 전 조회 1,117
10년 전 조회 1,254
10년 전 조회 1,243
10년 전 조회 1,755
10년 전 조회 1,145
10년 전 조회 1,255
10년 전 조회 1,142
10년 전 조회 1,471
10년 전 조회 1,183
10년 전 조회 1,167
10년 전 조회 1,101
10년 전 조회 1,090
10년 전 조회 1,387
10년 전 조회 1,279
10년 전 조회 1,090
10년 전 조회 1,201
10년 전 조회 1,362
10년 전 조회 1,078
10년 전 조회 1,123
10년 전 조회 1,096
10년 전 조회 1,554
10년 전 조회 1,248
10년 전 조회 1,277
10년 전 조회 1,194
10년 전 조회 1,314
10년 전 조회 1,513
10년 전 조회 1,403
10년 전 조회 1,331
10년 전 조회 1,288
10년 전 조회 1,317
10년 전 조회 1,289
10년 전 조회 1,239
10년 전 조회 1,703
10년 전 조회 1,213
10년 전 조회 1,220
10년 전 조회 1,434
10년 전 조회 1,245
10년 전 조회 1,278
10년 전 조회 1,110
10년 전 조회 1,378
10년 전 조회 1,200
10년 전 조회 1,126
10년 전 조회 1,182
10년 전 조회 1,867
10년 전 조회 1,200
10년 전 조회 1,215
10년 전 조회 1,213
10년 전 조회 1,328
10년 전 조회 1,806
10년 전 조회 1,395
10년 전 조회 1,214
10년 전 조회 1,153
10년 전 조회 1,196
10년 전 조회 1,285
10년 전 조회 1,190
10년 전 조회 1,266
10년 전 조회 1,185
10년 전 조회 1,358
10년 전 조회 1,207
10년 전 조회 1,182
10년 전 조회 1,120
10년 전 조회 1,772
10년 전 조회 1,266
10년 전 조회 1,190
10년 전 조회 1,222
10년 전 조회 1,212
10년 전 조회 1,234
10년 전 조회 1,209