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

· 10년 전 · 1450

==========================
오프너 페이지에 들어갈 코드
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,440
10년 전 조회 1,504
10년 전 조회 1,450
10년 전 조회 1,529
10년 전 조회 1,618
10년 전 조회 1,610
10년 전 조회 1,532
10년 전 조회 1,450
10년 전 조회 1,593
10년 전 조회 1,491
10년 전 조회 1,523
10년 전 조회 1,467
10년 전 조회 1,453
10년 전 조회 1,443
10년 전 조회 1,470
10년 전 조회 1,572
10년 전 조회 1,490
10년 전 조회 1,579
10년 전 조회 1,492
10년 전 조회 1,549
10년 전 조회 1,525
10년 전 조회 1,593
10년 전 조회 1,655
10년 전 조회 1,736
10년 전 조회 1,532
10년 전 조회 1,585
10년 전 조회 1,486
10년 전 조회 1,424
10년 전 조회 1,469
10년 전 조회 1,581
10년 전 조회 1,520
10년 전 조회 1,535
10년 전 조회 1,503
10년 전 조회 1,667
10년 전 조회 1,633
10년 전 조회 2,132
10년 전 조회 1,522
10년 전 조회 1,645
10년 전 조회 1,545
10년 전 조회 1,873
10년 전 조회 1,549
10년 전 조회 1,580
10년 전 조회 1,469
10년 전 조회 1,463
10년 전 조회 1,781
10년 전 조회 1,695
10년 전 조회 1,490
10년 전 조회 1,609
10년 전 조회 1,750
10년 전 조회 1,451
10년 전 조회 1,537
10년 전 조회 1,470
10년 전 조회 1,952
10년 전 조회 1,629
10년 전 조회 1,673
10년 전 조회 1,559
10년 전 조회 1,671
10년 전 조회 1,893
10년 전 조회 1,773
10년 전 조회 1,718
10년 전 조회 1,657
10년 전 조회 1,694
10년 전 조회 1,693
10년 전 조회 1,646
10년 전 조회 2,105
10년 전 조회 1,639
10년 전 조회 1,589
10년 전 조회 1,848
10년 전 조회 1,637
10년 전 조회 1,669
10년 전 조회 1,525
10년 전 조회 1,791
10년 전 조회 1,613
10년 전 조회 1,499
10년 전 조회 1,622
10년 전 조회 2,255
10년 전 조회 1,595
10년 전 조회 1,572
10년 전 조회 1,669
10년 전 조회 1,710
10년 전 조회 2,179
10년 전 조회 1,769
10년 전 조회 1,627
10년 전 조회 1,519
10년 전 조회 1,554
10년 전 조회 1,656
10년 전 조회 1,609
10년 전 조회 1,663
10년 전 조회 1,577
10년 전 조회 1,712
10년 전 조회 1,565
10년 전 조회 1,554
10년 전 조회 1,499
10년 전 조회 2,166
10년 전 조회 1,665
10년 전 조회 1,570
10년 전 조회 1,570
10년 전 조회 1,586
10년 전 조회 1,573
10년 전 조회 1,557