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

==========================
오프너 페이지에 들어갈 코드
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,839
21년 전 조회 1,669
21년 전 조회 1,742
21년 전 조회 2,209
21년 전 조회 1,973
21년 전 조회 2,468
21년 전 조회 3,660
21년 전 조회 1,668
21년 전 조회 1,869
21년 전 조회 3,275
21년 전 조회 2,452
21년 전 조회 3,258
21년 전 조회 2,980
21년 전 조회 3,399
21년 전 조회 5,216
21년 전 조회 2,626
21년 전 조회 4,914
21년 전 조회 2,609
21년 전 조회 3,210
21년 전 조회 7,717
21년 전 조회 3,925
21년 전 조회 3,308
21년 전 조회 4,798
21년 전 조회 3,000
21년 전 조회 6,333
21년 전 조회 4,582
21년 전 조회 5,880
21년 전 조회 3,734
21년 전 조회 6,069
21년 전 조회 3,215
21년 전 조회 2,937
21년 전 조회 2,722
21년 전 조회 2,532
21년 전 조회 2,736
21년 전 조회 2,782
21년 전 조회 3,898
21년 전 조회 2,914
21년 전 조회 2,561
21년 전 조회 2,364
21년 전 조회 3,163
21년 전 조회 3,230
21년 전 조회 2,592
21년 전 조회 2,694
21년 전 조회 3,078
21년 전 조회 2,425
21년 전 조회 2,845
21년 전 조회 2,229
21년 전 조회 2,443
21년 전 조회 2,786
21년 전 조회 2,437
21년 전 조회 2,259
21년 전 조회 2,270
21년 전 조회 2,426
21년 전 조회 2,029
21년 전 조회 2,019
21년 전 조회 2,225
21년 전 조회 2,458
21년 전 조회 4,675
21년 전 조회 2,823
21년 전 조회 2,211
21년 전 조회 2,277
21년 전 조회 2,242
21년 전 조회 2,514
21년 전 조회 2,672
21년 전 조회 1,881
21년 전 조회 4,170
21년 전 조회 3,963
21년 전 조회 3,090
21년 전 조회 3,004
21년 전 조회 5,356
21년 전 조회 4,147
21년 전 조회 4,544
21년 전 조회 3,557
21년 전 조회 5,938
21년 전 조회 3,197
21년 전 조회 6,175
18년 전 조회 3,738
21년 전 조회 3,747
21년 전 조회 4,343
21년 전 조회 3,926
21년 전 조회 4,317
21년 전 조회 6,776
21년 전 조회 4,828
21년 전 조회 7,088
21년 전 조회 4,280
21년 전 조회 2,723
21년 전 조회 5,066
21년 전 조회 3,509
21년 전 조회 3,977
21년 전 조회 3,665
21년 전 조회 3,499
21년 전 조회 4,059
21년 전 조회 5,259
21년 전 조회 4,866
21년 전 조회 5,777
21년 전 조회 4,206
21년 전 조회 4,941
21년 전 조회 4,850
21년 전 조회 3,344
22년 전 조회 4,439