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

==========================
오프너 페이지에 들어갈 코드
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,820
21년 전 조회 1,657
21년 전 조회 1,720
21년 전 조회 2,198
21년 전 조회 1,956
21년 전 조회 2,452
21년 전 조회 3,648
21년 전 조회 1,646
21년 전 조회 1,847
21년 전 조회 3,260
21년 전 조회 2,432
21년 전 조회 3,247
21년 전 조회 2,961
21년 전 조회 3,382
21년 전 조회 5,200
21년 전 조회 2,605
21년 전 조회 4,898
21년 전 조회 2,592
21년 전 조회 3,199
21년 전 조회 7,702
21년 전 조회 3,913
21년 전 조회 3,287
21년 전 조회 4,777
21년 전 조회 2,979
21년 전 조회 6,313
21년 전 조회 4,563
21년 전 조회 5,867
21년 전 조회 3,715
21년 전 조회 6,059
21년 전 조회 3,193
21년 전 조회 2,912
21년 전 조회 2,706
21년 전 조회 2,518
21년 전 조회 2,723
21년 전 조회 2,763
21년 전 조회 3,877
21년 전 조회 2,898
21년 전 조회 2,544
21년 전 조회 2,352
21년 전 조회 3,145
21년 전 조회 3,217
21년 전 조회 2,579
21년 전 조회 2,674
21년 전 조회 3,061
21년 전 조회 2,409
21년 전 조회 2,831
21년 전 조회 2,213
21년 전 조회 2,426
21년 전 조회 2,766
21년 전 조회 2,417
21년 전 조회 2,243
21년 전 조회 2,257
21년 전 조회 2,413
21년 전 조회 2,009
21년 전 조회 2,010
21년 전 조회 2,211
21년 전 조회 2,444
21년 전 조회 4,659
21년 전 조회 2,801
21년 전 조회 2,193
21년 전 조회 2,254
21년 전 조회 2,227
21년 전 조회 2,501
21년 전 조회 2,653
21년 전 조회 1,862
21년 전 조회 4,157
21년 전 조회 3,949
21년 전 조회 3,074
21년 전 조회 2,984
21년 전 조회 5,342
21년 전 조회 4,132
21년 전 조회 4,530
21년 전 조회 3,546
21년 전 조회 5,915
21년 전 조회 3,182
21년 전 조회 6,164
18년 전 조회 3,718
21년 전 조회 3,729
21년 전 조회 4,335
21년 전 조회 3,911
21년 전 조회 4,297
21년 전 조회 6,764
21년 전 조회 4,815
21년 전 조회 7,066
21년 전 조회 4,266
21년 전 조회 2,710
21년 전 조회 5,046
21년 전 조회 3,494
21년 전 조회 3,964
21년 전 조회 3,653
21년 전 조회 3,484
21년 전 조회 4,048
21년 전 조회 5,245
21년 전 조회 4,852
21년 전 조회 5,761
21년 전 조회 4,197
21년 전 조회 4,926
21년 전 조회 4,830
21년 전 조회 3,333
22년 전 조회 4,422