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

==========================
오프너 페이지에 들어갈 코드
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,909
21년 전 조회 1,748
21년 전 조회 1,822
21년 전 조회 2,291
21년 전 조회 2,045
21년 전 조회 2,552
21년 전 조회 3,741
21년 전 조회 1,748
21년 전 조회 1,953
21년 전 조회 3,352
21년 전 조회 2,527
21년 전 조회 3,352
21년 전 조회 3,052
21년 전 조회 3,473
21년 전 조회 5,296
21년 전 조회 2,693
21년 전 조회 4,995
21년 전 조회 2,680
21년 전 조회 3,282
21년 전 조회 7,777
21년 전 조회 3,993
21년 전 조회 3,385
21년 전 조회 4,872
21년 전 조회 3,074
21년 전 조회 6,406
21년 전 조회 4,649
21년 전 조회 5,960
21년 전 조회 3,795
21년 전 조회 6,156
21년 전 조회 3,291
21년 전 조회 3,001
21년 전 조회 2,805
21년 전 조회 2,614
21년 전 조회 2,827
21년 전 조회 2,848
21년 전 조회 3,974
21년 전 조회 3,009
21년 전 조회 2,638
21년 전 조회 2,450
21년 전 조회 3,236
21년 전 조회 3,309
21년 전 조회 2,661
21년 전 조회 2,769
21년 전 조회 3,142
21년 전 조회 2,491
21년 전 조회 2,914
21년 전 조회 2,305
21년 전 조회 2,528
21년 전 조회 2,856
21년 전 조회 2,515
21년 전 조회 2,339
21년 전 조회 2,339
21년 전 조회 2,494
21년 전 조회 2,108
21년 전 조회 2,109
21년 전 조회 2,297
21년 전 조회 2,536
21년 전 조회 4,742
21년 전 조회 2,901
21년 전 조회 2,296
21년 전 조회 2,357
21년 전 조회 2,324
21년 전 조회 2,594
21년 전 조회 2,755
21년 전 조회 1,957
21년 전 조회 4,261
21년 전 조회 4,029
21년 전 조회 3,155
21년 전 조회 3,073
21년 전 조회 5,418
21년 전 조회 4,220
21년 전 조회 4,618
21년 전 조회 3,643
21년 전 조회 5,990
21년 전 조회 3,261
21년 전 조회 6,250
18년 전 조회 3,809
21년 전 조회 3,813
21년 전 조회 4,432
21년 전 조회 3,996
21년 전 조회 4,381
21년 전 조회 6,844
21년 전 조회 4,902
21년 전 조회 7,153
21년 전 조회 4,353
21년 전 조회 2,783
21년 전 조회 5,142
21년 전 조회 3,582
21년 전 조회 4,052
21년 전 조회 3,734
21년 전 조회 3,566
21년 전 조회 4,132
21년 전 조회 5,330
21년 전 조회 4,931
21년 전 조회 5,851
21년 전 조회 4,270
21년 전 조회 5,014
21년 전 조회 4,899
21년 전 조회 3,409
22년 전 조회 4,506