팝업창에서 오늘 하루 이 페이지 열지 않기 체크박스 사용입니다.
==========================
오프너 페이지에 들어갈 코드
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'>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 49 | ||
| 8229 | 9년 전 | 52 | ||
| 8228 |
커네드커네드
|
9년 전 | 96 | |
| 8227 | 9년 전 | 108 | ||
| 8226 | 9년 전 | 144 | ||
| 8225 | 9년 전 | 132 | ||
| 8224 | 9년 전 | 130 | ||
| 8223 | 9년 전 | 89 | ||
| 8222 |
|
9년 전 | 162 | |
| 8221 | 9년 전 | 77 | ||
| 8220 | 9년 전 | 74 | ||
| 8219 | 9년 전 | 80 | ||
| 8218 | 9년 전 | 111 | ||
| 8217 |
star3840
|
9년 전 | 97 | |
| 8216 | 9년 전 | 135 | ||
| 8215 | 9년 전 | 87 | ||
| 8214 | 9년 전 | 204 | ||
| 8213 | 9년 전 | 141 | ||
| 8212 | 9년 전 | 56 | ||
| 8211 | 9년 전 | 221 | ||
| 8210 | 9년 전 | 217 | ||
| 8209 | 9년 전 | 318 | ||
| 8208 | 9년 전 | 187 | ||
| 8207 | 9년 전 | 198 | ||
| 8206 |
|
9년 전 | 162 | |
| 8205 | 9년 전 | 146 | ||
| 8204 | 9년 전 | 109 | ||
| 8203 | 9년 전 | 203 | ||
| 8202 | 9년 전 | 126 | ||
| 8201 | 9년 전 | 165 | ||
| 8200 | 9년 전 | 134 | ||
| 8199 | 9년 전 | 182 | ||
| 8198 | 9년 전 | 155 | ||
| 8197 | 9년 전 | 135 | ||
| 8196 | 9년 전 | 514 | ||
| 8195 | 9년 전 | 133 | ||
| 8194 | 9년 전 | 266 | ||
| 8193 | 9년 전 | 134 | ||
| 8192 | 9년 전 | 163 | ||
| 8191 | 9년 전 | 115 | ||
| 8190 | 9년 전 | 109 | ||
| 8189 | 9년 전 | 165 | ||
| 8188 | 9년 전 | 110 | ||
| 8187 | 9년 전 | 120 | ||
| 8186 | 9년 전 | 130 | ||
| 8185 | 9년 전 | 291 | ||
| 8184 | 9년 전 | 85 | ||
| 8183 | 9년 전 | 308 | ||
| 8182 | 9년 전 | 137 | ||
| 8181 | 9년 전 | 114 | ||
| 8180 | 9년 전 | 678 | ||
| 8179 | 9년 전 | 474 | ||
| 8178 | 9년 전 | 278 | ||
| 8177 |
kiplayer
|
9년 전 | 284 | |
| 8176 | 9년 전 | 329 | ||
| 8175 | 9년 전 | 203 | ||
| 8174 | 9년 전 | 210 | ||
| 8173 | 9년 전 | 323 | ||
| 8172 | 9년 전 | 166 | ||
| 8171 | 9년 전 | 159 | ||
| 8170 | 9년 전 | 277 | ||
| 8169 |
커네드커네드
|
9년 전 | 243 | |
| 8168 | 9년 전 | 296 | ||
| 8167 | 9년 전 | 305 | ||
| 8166 | 9년 전 | 216 | ||
| 8165 | 9년 전 | 148 | ||
| 8164 | 9년 전 | 278 | ||
| 8163 | 9년 전 | 264 | ||
| 8162 | 9년 전 | 271 | ||
| 8161 | 9년 전 | 270 | ||
| 8160 |
|
9년 전 | 466 | |
| 8159 | 9년 전 | 384 | ||
| 8158 | 9년 전 | 204 | ||
| 8157 | 9년 전 | 339 | ||
| 8156 | 9년 전 | 255 | ||
| 8155 | 9년 전 | 231 | ||
| 8154 |
00년생용띠
|
9년 전 | 577 | |
| 8153 | 9년 전 | 205 | ||
| 8152 |
|
9년 전 | 384 | |
| 8151 | 9년 전 | 385 | ||
| 8150 | 9년 전 | 474 | ||
| 8149 |
Jangfolk
|
9년 전 | 313 | |
| 8148 | 9년 전 | 148 | ||
| 8147 | 9년 전 | 356 | ||
| 8146 | 9년 전 | 410 | ||
| 8145 | 9년 전 | 342 | ||
| 8144 | 9년 전 | 307 | ||
| 8143 | 9년 전 | 162 | ||
| 8142 | 9년 전 | 409 | ||
| 8141 | 9년 전 | 357 | ||
| 8140 | 9년 전 | 904 | ||
| 8139 | 9년 전 | 229 | ||
| 8138 |
전갈자리남자
|
9년 전 | 374 | |
| 8137 | 9년 전 | 355 | ||
| 8136 | 9년 전 | 717 | ||
| 8135 |
|
9년 전 | 769 | |
| 8134 |
PlayPixel
|
9년 전 | 479 | |
| 8133 |
|
9년 전 | 420 | |
| 8132 | 9년 전 | 430 | ||
| 8131 | 9년 전 | 786 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기