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

· 10년 전 · 1272

==========================
오프너 페이지에 들어갈 코드
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,292
10년 전 조회 1,347
10년 전 조회 1,289
10년 전 조회 1,392
10년 전 조회 1,484
10년 전 조회 1,448
10년 전 조회 1,384
10년 전 조회 1,298
10년 전 조회 1,424
10년 전 조회 1,320
10년 전 조회 1,376
10년 전 조회 1,320
10년 전 조회 1,295
10년 전 조회 1,282
10년 전 조회 1,312
10년 전 조회 1,391
10년 전 조회 1,327
10년 전 조회 1,414
10년 전 조회 1,327
10년 전 조회 1,376
10년 전 조회 1,355
10년 전 조회 1,420
10년 전 조회 1,494
10년 전 조회 1,558
10년 전 조회 1,357
10년 전 조회 1,411
10년 전 조회 1,308
10년 전 조회 1,231
10년 전 조회 1,282
10년 전 조회 1,407
10년 전 조회 1,327
10년 전 조회 1,334
10년 전 조회 1,320
10년 전 조회 1,481
10년 전 조회 1,446
10년 전 조회 1,948
10년 전 조회 1,341
10년 전 조회 1,467
10년 전 조회 1,359
10년 전 조회 1,684
10년 전 조회 1,381
10년 전 조회 1,394
10년 전 조회 1,292
10년 전 조회 1,288
10년 전 조회 1,588
10년 전 조회 1,491
10년 전 조회 1,301
10년 전 조회 1,408
10년 전 조회 1,562
10년 전 조회 1,273
10년 전 조회 1,327
10년 전 조회 1,275
10년 전 조회 1,762
10년 전 조회 1,427
10년 전 조회 1,470
10년 전 조회 1,373
10년 전 조회 1,492
10년 전 조회 1,707
10년 전 조회 1,572
10년 전 조회 1,516
10년 전 조회 1,468
10년 전 조회 1,496
10년 전 조회 1,481
10년 전 조회 1,434
10년 전 조회 1,897
10년 전 조회 1,416
10년 전 조회 1,397
10년 전 조회 1,645
10년 전 조회 1,430
10년 전 조회 1,461
10년 전 조회 1,312
10년 전 조회 1,582
10년 전 조회 1,387
10년 전 조회 1,303
10년 전 조회 1,413
10년 전 조회 2,058
10년 전 조회 1,413
10년 전 조회 1,388
10년 전 조회 1,447
10년 전 조회 1,515
10년 전 조회 1,986
10년 전 조회 1,578
10년 전 조회 1,429
10년 전 조회 1,328
10년 전 조회 1,353
10년 전 조회 1,464
10년 전 조회 1,399
10년 전 조회 1,460
10년 전 조회 1,353
10년 전 조회 1,521
10년 전 조회 1,378
10년 전 조회 1,356
10년 전 조회 1,302
10년 전 조회 1,975
10년 전 조회 1,467
10년 전 조회 1,369
10년 전 조회 1,389
10년 전 조회 1,378
10년 전 조회 1,397
10년 전 조회 1,376