오늘 하루 이 페이지 열지 않기 팝업창 소스

==========================
오프너 페이지에 들어갈 코드
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'><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|

댓글 4개

감사합니다..
이 소스는 잘안되네여...
아래와 중복인거 같은데..
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
21년 전 조회 1,842
21년 전 조회 1,673
21년 전 조회 1,745
21년 전 조회 2,213
21년 전 조회 1,975
21년 전 조회 2,472
21년 전 조회 3,665
21년 전 조회 1,674
21년 전 조회 1,870
21년 전 조회 3,283
21년 전 조회 2,461
21년 전 조회 3,261
21년 전 조회 2,985
21년 전 조회 3,405
21년 전 조회 5,218
21년 전 조회 2,628
21년 전 조회 4,920
21년 전 조회 2,611
21년 전 조회 3,213
21년 전 조회 7,719
21년 전 조회 3,932
21년 전 조회 3,315
21년 전 조회 4,800
21년 전 조회 3,007
21년 전 조회 6,336
21년 전 조회 4,586
21년 전 조회 5,886
21년 전 조회 3,737
21년 전 조회 6,074
21년 전 조회 3,219
21년 전 조회 2,942
21년 전 조회 2,725
21년 전 조회 2,538
21년 전 조회 2,744
21년 전 조회 2,785
21년 전 조회 3,903
21년 전 조회 2,921
21년 전 조회 2,564
21년 전 조회 2,369
21년 전 조회 3,167
21년 전 조회 3,237
21년 전 조회 2,594
21년 전 조회 2,697
21년 전 조회 3,085
21년 전 조회 2,432
21년 전 조회 2,849
21년 전 조회 2,234
21년 전 조회 2,446
21년 전 조회 2,789
21년 전 조회 2,440
21년 전 조회 2,262
21년 전 조회 2,275
21년 전 조회 2,430
21년 전 조회 2,032
21년 전 조회 2,023
21년 전 조회 2,230
21년 전 조회 2,466
21년 전 조회 4,679
21년 전 조회 2,826
21년 전 조회 2,213
21년 전 조회 2,280
21년 전 조회 2,249
21년 전 조회 2,521
21년 전 조회 2,677
21년 전 조회 1,884
21년 전 조회 4,175
21년 전 조회 3,964
21년 전 조회 3,094
21년 전 조회 3,007
21년 전 조회 5,361
21년 전 조회 4,152
21년 전 조회 4,548
21년 전 조회 3,560
21년 전 조회 5,941
21년 전 조회 3,205
21년 전 조회 6,182
18년 전 조회 3,740
21년 전 조회 3,748
21년 전 조회 4,348
21년 전 조회 3,932
21년 전 조회 4,321
21년 전 조회 6,780
21년 전 조회 4,830
21년 전 조회 7,091
21년 전 조회 4,284
21년 전 조회 2,727
21년 전 조회 5,071
21년 전 조회 3,511
21년 전 조회 3,981
21년 전 조회 3,668
21년 전 조회 3,505
21년 전 조회 4,065
21년 전 조회 5,264
21년 전 조회 4,869
21년 전 조회 5,784
21년 전 조회 4,208
21년 전 조회 4,947
21년 전 조회 4,853
21년 전 조회 3,350
22년 전 조회 4,443