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

· 10년 전 · 1055

==========================
오프너 페이지에 들어갈 코드
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,040
10년 전 조회 1,117
10년 전 조회 1,048
10년 전 조회 1,161
10년 전 조회 1,244
10년 전 조회 1,201
10년 전 조회 1,151
10년 전 조회 1,068
10년 전 조회 1,179
10년 전 조회 1,094
10년 전 조회 1,130
10년 전 조회 1,072
10년 전 조회 1,052
10년 전 조회 1,056
10년 전 조회 1,074
10년 전 조회 1,178
10년 전 조회 1,115
10년 전 조회 1,200
10년 전 조회 1,086
10년 전 조회 1,113
10년 전 조회 1,107
10년 전 조회 1,166
10년 전 조회 1,253
10년 전 조회 1,332
10년 전 조회 1,131
10년 전 조회 1,203
10년 전 조회 1,094
10년 전 조회 1,011
10년 전 조회 1,067
10년 전 조회 1,194
10년 전 조회 1,090
10년 전 조회 1,102
10년 전 조회 1,093
10년 전 조회 1,242
10년 전 조회 1,224
10년 전 조회 1,733
10년 전 조회 1,125
10년 전 조회 1,234
10년 전 조회 1,128
10년 전 조회 1,448
10년 전 조회 1,163
10년 전 조회 1,148
10년 전 조회 1,083
10년 전 조회 1,072
10년 전 조회 1,359
10년 전 조회 1,258
10년 전 조회 1,073
10년 전 조회 1,174
10년 전 조회 1,339
10년 전 조회 1,056
10년 전 조회 1,100
10년 전 조회 1,079
10년 전 조회 1,526
10년 전 조회 1,222
10년 전 조회 1,242
10년 전 조회 1,174
10년 전 조회 1,290
10년 전 조회 1,485
10년 전 조회 1,380
10년 전 조회 1,307
10년 전 조회 1,265
10년 전 조회 1,296
10년 전 조회 1,264
10년 전 조회 1,206
10년 전 조회 1,686
10년 전 조회 1,178
10년 전 조회 1,199
10년 전 조회 1,407
10년 전 조회 1,219
10년 전 조회 1,251
10년 전 조회 1,087
10년 전 조회 1,354
10년 전 조회 1,184
10년 전 조회 1,111
10년 전 조회 1,153
10년 전 조회 1,840
10년 전 조회 1,183
10년 전 조회 1,186
10년 전 조회 1,179
10년 전 조회 1,296
10년 전 조회 1,791
10년 전 조회 1,378
10년 전 조회 1,193
10년 전 조회 1,130
10년 전 조회 1,170
10년 전 조회 1,267
10년 전 조회 1,173
10년 전 조회 1,239
10년 전 조회 1,169
10년 전 조회 1,336
10년 전 조회 1,181
10년 전 조회 1,160
10년 전 조회 1,093
10년 전 조회 1,745
10년 전 조회 1,242
10년 전 조회 1,174
10년 전 조회 1,201
10년 전 조회 1,193
10년 전 조회 1,216
10년 전 조회 1,190