팝업창에서 오늘 하루 이 페이지 열지 않기 체크박스 사용입니다.
==========================
오프너 페이지에 들어갈 코드
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년 전 | 81 | ||
| 8229 | 9년 전 | 75 | ||
| 8228 |
커네드커네드
|
9년 전 | 116 | |
| 8227 | 9년 전 | 131 | ||
| 8226 | 9년 전 | 168 | ||
| 8225 | 9년 전 | 155 | ||
| 8224 | 9년 전 | 150 | ||
| 8223 | 9년 전 | 116 | ||
| 8222 |
|
9년 전 | 193 | |
| 8221 | 9년 전 | 93 | ||
| 8220 | 9년 전 | 107 | ||
| 8219 | 9년 전 | 104 | ||
| 8218 | 9년 전 | 149 | ||
| 8217 |
star3840
|
9년 전 | 115 | |
| 8216 | 9년 전 | 165 | ||
| 8215 | 9년 전 | 122 | ||
| 8214 | 9년 전 | 231 | ||
| 8213 | 9년 전 | 165 | ||
| 8212 | 9년 전 | 86 | ||
| 8211 | 9년 전 | 249 | ||
| 8210 | 9년 전 | 253 | ||
| 8209 | 9년 전 | 340 | ||
| 8208 | 9년 전 | 226 | ||
| 8207 | 9년 전 | 232 | ||
| 8206 |
|
9년 전 | 195 | |
| 8205 | 9년 전 | 175 | ||
| 8204 | 9년 전 | 138 | ||
| 8203 | 9년 전 | 236 | ||
| 8202 | 9년 전 | 148 | ||
| 8201 | 9년 전 | 185 | ||
| 8200 | 9년 전 | 171 | ||
| 8199 | 9년 전 | 217 | ||
| 8198 | 9년 전 | 181 | ||
| 8197 | 9년 전 | 168 | ||
| 8196 | 9년 전 | 557 | ||
| 8195 | 9년 전 | 164 | ||
| 8194 | 9년 전 | 287 | ||
| 8193 | 9년 전 | 160 | ||
| 8192 | 9년 전 | 202 | ||
| 8191 | 9년 전 | 146 | ||
| 8190 | 9년 전 | 136 | ||
| 8189 | 9년 전 | 196 | ||
| 8188 | 9년 전 | 131 | ||
| 8187 | 9년 전 | 149 | ||
| 8186 | 9년 전 | 150 | ||
| 8185 | 9년 전 | 317 | ||
| 8184 | 9년 전 | 111 | ||
| 8183 | 9년 전 | 329 | ||
| 8182 | 9년 전 | 172 | ||
| 8181 | 9년 전 | 137 | ||
| 8180 | 9년 전 | 700 | ||
| 8179 | 9년 전 | 491 | ||
| 8178 | 9년 전 | 315 | ||
| 8177 |
kiplayer
|
9년 전 | 330 | |
| 8176 | 9년 전 | 356 | ||
| 8175 | 9년 전 | 229 | ||
| 8174 | 9년 전 | 252 | ||
| 8173 | 9년 전 | 348 | ||
| 8172 | 9년 전 | 204 | ||
| 8171 | 9년 전 | 186 | ||
| 8170 | 9년 전 | 298 | ||
| 8169 |
커네드커네드
|
9년 전 | 263 | |
| 8168 | 9년 전 | 325 | ||
| 8167 | 9년 전 | 324 | ||
| 8166 | 9년 전 | 244 | ||
| 8165 | 9년 전 | 173 | ||
| 8164 | 9년 전 | 307 | ||
| 8163 | 9년 전 | 292 | ||
| 8162 | 9년 전 | 307 | ||
| 8161 | 9년 전 | 301 | ||
| 8160 |
|
9년 전 | 498 | |
| 8159 | 9년 전 | 434 | ||
| 8158 | 9년 전 | 257 | ||
| 8157 | 9년 전 | 384 | ||
| 8156 | 9년 전 | 279 | ||
| 8155 | 9년 전 | 259 | ||
| 8154 |
00년생용띠
|
9년 전 | 605 | |
| 8153 | 9년 전 | 236 | ||
| 8152 |
|
9년 전 | 414 | |
| 8151 | 9년 전 | 410 | ||
| 8150 | 9년 전 | 505 | ||
| 8149 |
Jangfolk
|
9년 전 | 353 | |
| 8148 | 9년 전 | 175 | ||
| 8147 | 9년 전 | 378 | ||
| 8146 | 9년 전 | 445 | ||
| 8145 | 9년 전 | 387 | ||
| 8144 | 9년 전 | 354 | ||
| 8143 | 9년 전 | 197 | ||
| 8142 | 9년 전 | 428 | ||
| 8141 | 9년 전 | 385 | ||
| 8140 | 9년 전 | 933 | ||
| 8139 | 9년 전 | 265 | ||
| 8138 |
전갈자리남자
|
9년 전 | 391 | |
| 8137 | 9년 전 | 401 | ||
| 8136 | 9년 전 | 752 | ||
| 8135 |
|
9년 전 | 802 | |
| 8134 |
PlayPixel
|
9년 전 | 520 | |
| 8133 |
|
9년 전 | 441 | |
| 8132 | 9년 전 | 456 | ||
| 8131 | 9년 전 | 818 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기